lrf il y a 2 ans
Parent
commit
f55b5b829f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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); // 店铺申请提现
 };