多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 方法名:elicense.license_access_token ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | app_key|否|String|接口Key,为空则默认读取平台配置参数 app_secret|否|String|接口secret,为空则默认读取平台配置参数 account|否|String|账号,为空则默认读取平台配置参数 password|否|String|密码,为空则默认读取平台配置参数 auth_code|是|String|证照用证码 ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String ***** ## elicense.license_access_token ~~~[api] get:elicense.license_access_token app_key#接口Key,为空则默认读取平台配置参数 app_secret#接口secret,为空则默认读取平台配置参数 account#|账号,为空则默认读取平台配置参数 password#密码,为空则默认读取平台配置参数 *auth_code#证照用证码 <<< success 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String <<< error 参见错误码说用 ~~~