1. 后臺(tái)登錄
url: /office/login
method: post/json
提交參數(shù):
| 參數(shù)名稱 | 類型 | 備注 |
|---|---|---|
| user_name | str | 用戶名 |
| psd | str | 密碼 |
| login_type | int | 1總公司, 2分公司, 3實(shí)體店 |
返回參數(shù):
| 參數(shù)名稱 | 類型 | 備注 |
|---|---|---|
| id | str | 公司id |
| login_type | int | 1總公司id, 2分公司id, 3實(shí)體店id |
2. 后臺(tái)上傳圖片
url: /product/upload/image
method: post/json
提交參數(shù):
| 參數(shù)名稱 | 類型 | 備注 |
|---|---|---|
| product_id | int | 商品ID |
| file | file | 商品圖片 |