...
|
...
|
@@ -283,8 +283,33 @@ code==200表示成功,其它都为失败 |
|
|
| I | yoho_passport.yoho_coin_history | | 返YOHO币 |
|
|
|
|
|
|
|
|
|
## 订单状态同步
|
|
|
|
|
|
### 影响数据库
|
|
|
| 操作方式 | 表名 | 主要字段 | 描述 |
|
|
|
| :-- | :-- | :-- | :-- |
|
|
|
| U | yh_orders.orders | status | 订单状态 |
|
|
|
|
|
|
|
|
|
## 前台创建换货单
|
|
|
|
|
|
### 影响数据库
|
|
|
| 操作方式 | 表名 | 主要字段 | 描述 |
|
|
|
| :-- | :-- | :-- | :-- |
|
|
|
| I | yh_orders.refund_goods | | 退换货列表 |
|
|
|
| I | yh_orders.refund_goods_list | | 退换货列表 |
|
|
|
| I | yh_orders.change_goods | | 换货单 |
|
|
|
| I | yh_orders.change_goods_list | | 换货单商品 |
|
|
|
| U | | | 库存表 |
|
|
|
|
|
|
|
|
|
|
|
|
## 前台更新换货快递信息
|
|
|
### 影响数据库
|
|
|
| 操作方式 | 表名 | 主要字段 | 描述 |
|
|
|
| :-- | :-- | :-- | :-- |
|
|
|
| I/U | yh_orders.express_orders | | 快递信息表 |
|
|
|
| U | yh_orders.refund_goods | | 退换货列表 |
|
|
|
|
|
|
|
|
|
|
...
|
...
|
|