1. 后台登录
url: /office/login
method: post/json
提交参数:
参数名称 | 类型 | 备注 |
---|---|---|
user_name | str | 用户名 |
psd | str | 密码 |
login_type | int | 1总公司, 2分公司, 3实体店 |
返回参数:
参数名称 | 类型 | 备注 |
---|---|---|
id | str | 公司id |
login_type | int | 1总公司id, 2分公司id, 3实体店id |
2. 后台上传图片
url: /product/upload/image
method: post/json
提交参数:
参数名称 | 类型 | 备注 |
---|---|---|
product_id | int | 商品ID |
file | file | 商品图片 |
网友评论