|
@@ -32,6 +32,9 @@ Route::any('wechat/serve', 'wechat.WechatController/serve');
|
|
|
Route::any('wechat/notify', 'wechat.WechatController/notify');
|
|
|
Route::any('routine/notify', 'wechat.AuthController/notify');
|
|
|
|
|
|
+Route::get('h5Key', 'AuthController/h5Key');
|
|
|
+Route::get('h5Token/:key', 'AuthController/h5Token');
|
|
|
+
|
|
|
|
|
|
Route::group(function () {
|
|
|
Route::get('admin/order/statistics', 'admin.StoreOrderController/statistics')->name('adminOrderStatistics');
|
|
@@ -50,7 +53,7 @@ Route::group(function () {
|
|
|
|
|
|
|
|
|
Route::group(function () {
|
|
|
-
|
|
|
+ Route::post('h5Auth/:key', 'AuthController/h5Auth');
|
|
|
Route::get('logout', 'AuthController/logout')->name('logout');
|
|
|
Route::post('switch_h5', 'AuthController/switch_h5')->name('switch_h5');
|
|
|
Route::post('binding', 'AuthController/binding_phone')->name('bindingPhone');
|