Commit b3410edd authored by zhuwei's avatar zhuwei

路由

parent 93e082a8
...@@ -405,6 +405,7 @@ Route::group('index', [ ...@@ -405,6 +405,7 @@ Route::group('index', [
'getPayLogImg' => ['index/DailyPaper/getPayLogImg', ['method' => 'get|post']], 'getPayLogImg' => ['index/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'addUserBind' => ['index/member/addUserBind', ['method' => 'get|post']], 'addUserBind' => ['index/member/addUserBind', ['method' => 'get|post']],
'removeUserBind' => ['index/member/removeUserBind', ['method' => 'get|post']],
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment