|
@@ -31,6 +31,7 @@ Route::post('register/reset', 'AuthController/reset')->name('registerReset')
|
|
|
Route::any('wechat/serve', 'wechat.WechatController/serve');//公众号服务
|
|
|
Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
|
|
|
Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
|
|
|
+Route::any('test', 'Public/test');//小程序支付回调
|
|
|
|
|
|
Route::get('h5Key', 'AuthController/h5Key');//授权登录Key
|
|
|
Route::get('h5Token/:key', 'AuthController/h5Token');//授权登录Token
|