yingzi 2 năm trước cách đây
mục cha
commit
3ee3d3c68e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      app/api/route/user.php

+ 2 - 0
app/api/route/user.php

@@ -23,6 +23,8 @@ Route::group('user', function () {
     Route::rule('subInfoAudit', 'User/subInfoAudit');
     //资料申请审核2
     Route::rule('subTypeAudit', 'User/subTypeAudit');
+    //获取用户子级列表
+    Route::rule('getChildList', 'User/getChildList');
     //提交模板订单
     Route::rule('subShowTemplateOrder', 'User/subShowTemplateOrder');
     //模板支付订单状态查询