保存第三方平台企业购买的插件信息
接口地址 /api/integrate/plugin/saveOrgPluginInfo4ThirdPart
请求方式 POST
consumes ["application/json"]
produces ["*/*"]
接口描述 ``
请求参数
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
X-ComponentToken | 第三方平台访问token(第三方平台) | header | true | string | |
param | param | body | true | 第三方插件开通记录 | 第三方插件开通记录 |
schema属性说明
第三方插件开通记录
参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
---|---|---|---|---|---|
appTemplateKey | 应用模板appTemplateKey:有赞 YOUZAN、驿客 EZR | body | true | string | |
companyName | 企业名称 | body | false | string | |
endTime | 结束时间 | body | true | string(date-time) | |
pluginKey | 插件KEY | body | true | string | |
pluginName | 插件名字 | body | true | string | |
startTime | 开始时间 | body | true | string(date-time) | |
status | 状态 1 未开通、2 已开通,可用值:1,2 | body | true | integer(int32) | |
thirdCompanyId | 第三方企业ID | body | true | string |
响应状态
状态码 | 说明 | schema |
---|---|---|
200 | OK | ApiResponse«object» |
201 | Created | |
401 | Unauthorized | |
403 | Forbidden | |
404 | Not Found |
响应参数
参数名称 | 参数说明 | 类型 | schema |
---|---|---|---|
code | string | 100200-token错误 | |
data | object | ||
errorCode | string | ||
msg | string |
响应示例
{
"code": "",
"data": {},
"errorCode": "",
"msg": ""
}