ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 方法名:elicense.view_license ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | app_key|否|String|接口Key,为空则默认读取平台配置参数 app_secret|否|String|接口secret,为空则默认读取平台配置参数 account|否|String|账号,为空则默认读取平台配置参数 password|否|String|密码,为空则默认读取平台配置参数 auth_code|是|String|证照用证码 type|是|String|返回数据类型1-查验url;2-提取证照数据 ### 输出类型: 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String ***** ## elicense.view_license ~~~[api] get:elicense.view_license app_key#接口Key,为空则默认读取平台配置参数 app_secret#接口secret,为空则默认读取平台配置参数 account#|账号,为空则默认读取平台配置参数 password#密码,为空则默认读取平台配置参数 *auth_code#证照用证码 *type#返回数据类型1-查验url;2-提取证照数据 <<< success 类型:com.actionsoft.sdk.service.response.StringResponse 属性:data/String <<< error 参见错误码说用 ~~~