zxhxx 3 năm trước cách đây
mục cha
commit
406c1c6ee9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/route.php

+ 1 - 1
application/route.php

@@ -44,7 +44,7 @@ Route::group('api', function () {
         Route::get('wxconfig', 'api/Index/wxconfig');
     });
     Route::group('mini', function () {
-        Route::get('auth', 'api/MiniProgram/mp_auth');
+        Route::post('auth', 'api/MiniProgram/mp_auth');
         Route::get('wxconfig', 'api/Index/wxconfig');
     });
     //机构