lrf 2 năm trước cách đây
mục cha
commit
f55b5b829f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/z_router/shop/index.js

+ 1 - 0
app/z_router/shop/index.js

@@ -9,4 +9,5 @@ module.exports = app => {
   require('./goodsRate')(app); // 商品评价
   require('./goodsJoinAct')(app); // 平台活动商品关联
   require('./shopInBill')(app); // 店铺流水
+  require('./shopCashOut')(app); // 店铺申请提现
 };