Commit 6647b476 authored by duxinyuan's avatar duxinyuan

bug

parent 4626f95e
...@@ -25,7 +25,7 @@ Route::group('app', [ ...@@ -25,7 +25,7 @@ Route::group('app', [
'getShopDetails' => ['app/index/getShopDetail', ['method' => 'get | post']], 'getShopDetails' => ['app/index/getShopDetail', ['method' => 'get | post']],
'getVersionNo' => ['app/index/getVersionNo', ['method' => 'get | post']], 'getVersionNo' => ['app/index/getVersionNo', ['method' => 'get | post']],
'feed' => ['app/index/feed', ['method' => 'get']], 'feed' => ['app/index/feed', ['method' => 'get']],
'baidu_send' => ['app/index/baidu_send', ['method' => 'get']] 'baidu_send' => ['app/index/baidu_send', ['method' => 'get']],
'baidu_send2' => ['app/index/baidu_send2', ['method' => 'get']] 'baidu_send2' => ['app/index/baidu_send2', ['method' => 'get']]
]); ]);
......
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