zxhxx 3 년 전
부모
커밋
406c1c6ee9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');
     });
     //机构