Commit ccd67620 authored by clone's avatar clone

1

parent f77085cf
......@@ -429,6 +429,7 @@ Route::group('index', [
'addDaily' => ['index/DailyPaper/addDaily', ['method' => 'get|post']],
'commitCheck' => ['index/DailyPaper/commitCheck', ['method' => 'get|post']],
'getPayLogImg' => ['index/DailyPaper/getPayLogImg', ['method' => 'get|post']],
'dailyBackImg' => ['index/DailyPaper/dailyBackImg', ['method' => '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