lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
f55b5b829f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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); // 店铺申请提现
 };