获取租户权益
GET
https://micro-gfyx-api.b2btst.com/v1/tenant/profit
自动化已维护
最后修改时间:2024-02-26 09:42:14
责任人:翁果
请求参数
Header 参数
access_token
string
pc登录态
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
data
object | null
必需
list
array[string]
权益产品code列表
error_code
integer
必需
message
string
必需
success
boolean
必需
示例
{
"data": {
"list": [
"ClueRadarNationwide",
"MarketReport",
"AIOutbound",
"ClueRadarProvince",
"AIOutbound"
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-02-26 09:42:14