Commit f1117630 authored by clone's avatar clone

bug

parent 466e5548
......@@ -341,7 +341,7 @@ Route::group('api', [
//Version
'getVersionNo' => [ 'api/Version/getVersionNo', [ 'method' => 'post|get' ] ],
'getVersionNoV2' => [ 'api/version/getVersionNoV2', [ 'method' => 'post' ] ],
'getVersionNoV2' => [ 'api/version/getVersionNoV2', [ 'method' => 'post|get' ] ],
'saveWxInfo' => [ 'api/WxSdk/saveWxInfo', [ 'method' => 'POST' ] ], //wx
'bindUserId' => [ 'api/WxSdk/bindUserId', [ 'method' => 'POST|GET' ] ], //wx
......
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