新增分销员
POST
/webtenant/system/fx/user/add请求参数
Body 参数application/json
certificateNo
string
证件号码
certificateType
integer <int32>
可选
证件类型 数据字典:distributor_certificate_type
groupId
integer <int64>
所属分组
interior
boolean
可选
内部人员 是true 否false
parentPhone
string
上级分销员手机号
phone
string
新增分销员手机号
realName
string
真实姓名
settleAccountsAccount
string
结算账户
settleAccountsType
integer <int32>
可选
结算方式 数据字典:distributor_settle_account_type
示例
{
"certificateNo": "string",
"certificateType": 0,
"groupId": 0,
"interior": true,
"parentPhone": "string",
"phone": "string",
"realName": "string",
"settleAccountsAccount": "string",
"settleAccountsType": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"msg": "string",
"traceId": "string"
}
最后修改时间: 7 小时前