1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.erp.request;
|
||||
|
||||
/**
|
||||
* 闲管家开放平台凭证({@link ERPAccount} 或库表配置行均可实现本接口)
|
||||
*/
|
||||
public interface IERPAccount {
|
||||
|
||||
String getApiKey();
|
||||
|
||||
String getApiKeySecret();
|
||||
|
||||
/** 闲鱼会员名(授权维度展示用,可为空) */
|
||||
String getXyName();
|
||||
}
|
||||
Reference in New Issue
Block a user