Silent 6 年之前
父节点
当前提交
253f37c519
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routes/wechat.php

+ 1 - 1
routes/wechat.php

xqd
@@ -19,4 +19,4 @@ Route::post('updateUserInfo', 'ApiController@updateUserInfo');
 Route::get('bindPhone', 'ApiController@bindPhone');
 Route::post('getPhone', 'ApiController@getPhone');
 Route::get('getFormSet', 'ApiController@getFormSet');
-Route::get('submitForm', 'ApiController@submitForm');
+Route::post('submitForm', 'ApiController@submitForm');