| errorCode | message |
|---|---|
| 3003 | (产品开通人)用户不存在 |
| 2011 | 产品不存在 |
| 0001 | 参数缺失(productId或者qdBm) |
| 0004 | 操作数据库错误 |
| 2012 | 用户没有开通此产品的权限 |
{
"creater": "string",
"orgId": "string",
"tenantId": 0,
"autoAuth": "string",
"authScope": "string",
"products": [
{
"productId": 0,
"qdBm": 0,
"productType": 0,
"openType": 0,
"productUri": "string"
}
],
"version": "string"
}curl --location '/api/org/product/openOrgProduct' \
--header 'Content-Type: application/json' \
--data '{
"creater": "string",
"orgId": "string",
"tenantId": 0,
"autoAuth": "string",
"authScope": "string",
"products": [
{
"productId": 0,
"qdBm": 0,
"productType": 0,
"openType": 0,
"productUri": "string"
}
],
"version": "string"
}'{
"success": true,
"errorCode": "string",
"message": "string",
"requestID": "string",
"total": 0,
"data": [
"string"
]
}