用户扩展信息保存
POST
https://v4.fenxi365.com/api/user/ext最后修改时间: 8 个月前
责任人: 未设置
请求参数
Body 参数application/json
userId
integer | null
可选
agentId
integer | null
可选
agentRelateDate
string | null
可选
companyName
string | null
可选
creditCode
string | null
可选
address
string | null
可选
invoiceCompanyName
string | null
可选
invoiceCreditCode
string | null
可选
vip
boolean | null
可选
vipDate
string | null
可选
示例
{
"userId": 0,
"agentId": 0,
"agentRelateDate": "string",
"companyName": "string",
"creditCode": "string",
"address": "string",
"invoiceCompanyName": "string",
"invoiceCreditCode": "string",
"vip": true,
"vipDate": "string"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
#/definitions/94367363可选
示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
最后修改时间: 8 个月前