Authored by LUOXC

UPDATE

@@ -283,8 +283,33 @@ code==200表示成功,其它都为失败 @@ -283,8 +283,33 @@ code==200表示成功,其它都为失败
283 | I | yoho_passport.yoho_coin_history | | 返YOHO币 | 283 | I | yoho_passport.yoho_coin_history | | 返YOHO币 |
284 284
285 285
  286 +## 订单状态同步
  287 +
  288 +### 影响数据库
  289 +| 操作方式 | 表名 | 主要字段 | 描述 |
  290 +| :-- | :-- | :-- | :-- |
  291 +| U | yh_orders.orders | status | 订单状态 |
  292 +
  293 +
  294 +## 前台创建换货单
  295 +
  296 +### 影响数据库
  297 +| 操作方式 | 表名 | 主要字段 | 描述 |
  298 +| :-- | :-- | :-- | :-- |
  299 +| I | yh_orders.refund_goods | | 退换货列表 |
  300 +| I | yh_orders.refund_goods_list | | 退换货列表 |
  301 +| I | yh_orders.change_goods | | 换货单 |
  302 +| I | yh_orders.change_goods_list | | 换货单商品 |
  303 +| U | | | 库存表 |
  304 +
286 305
287 306
  307 +## 前台更新换货快递信息
  308 +### 影响数据库
  309 +| 操作方式 | 表名 | 主要字段 | 描述 |
  310 +| :-- | :-- | :-- | :-- |
  311 +| I/U | yh_orders.express_orders | | 快递信息表 |
  312 +| U | yh_orders.refund_goods | | 退换货列表 |
288 313
289 314
290 315