文档
测试

员工添加编辑

POST
http://127.0.0.1:2021/admin_api/seller_emp/edit

请求参数

参数名
类型
描述
必填
email
string
示例:12345678@163.com
必填
contact
string
示例:yang
必填
phone
int
示例:13643401520
必填
country
string
示例:zhongguo
必填
provinces
string
示例:guangdong
必填
city
string
示例:guangzhou
必填
address
string
示例:tangxia
必填
remark
string
示例:备注
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
boolean
示例:true
必填

说明 / 示例

{ "code": 0, "msg": "", "data": true }