ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 方法名:elicense.auth ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | app_key|否|String|接口Key,为空则默认读取平台配置参数 app_secret|否|String|接口secret,为空则默认读取平台配置参数 account|否|String|账号,为空则默认读取平台配置参数 password|否|String|密码,为空则默认读取平台配置参数 service_item_code|是|String|事项编码 service_item_name|是|String|事项名称 biz_num|是|String|业务流水号 auth_account|是|String|app账号 name|是|String|工作人员姓名 identity_num|是|String|窗口工作人员身份证号码 role|是|String|工作人员角色 identity_number|是|String|证件号码。支持多个,多个时用,分隔 ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String ***** ## elicense.auth ~~~[api] get:elicense.auth app_key#接口Key,为空则默认读取平台配置参数 app_secret#接口secret,为空则默认读取平台配置参数 account#|账号,为空则默认读取平台配置参数 password#密码,为空则默认读取平台配置参数 *service_item_code#事项编码 *service_item_name#事项名称 *biz_num#业务流水号 *auth_account#app账号 *name#工作人员姓名 *identity_num#窗口工作人员身份证号码 *role#工作人员角色 *identity_number#证件号码。支持多个,多个时用,分隔 <<< success 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String <<< error 参见错误码说用 ~~~