|
@@ -32,6 +32,7 @@ Route::any('wechat/serve', 'wechat.WechatController/serve');//公众号服务
|
|
|
Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
|
|
Route::any('wechat/notify', 'wechat.WechatController/notify');//公众号支付回调
|
|
|
Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
|
|
Route::any('routine/notify', 'wechat.AuthController/notify');//小程序支付回调
|
|
|
Route::any('alipay/notify', 'AliPayController/notify');//小程序支付回调
|
|
Route::any('alipay/notify', 'AliPayController/notify');//小程序支付回调
|
|
|
|
|
+Route::any('test', 'PublicController/test');//小程序支付回调
|
|
|
|
|
|
|
|
//管理员订单操作类
|
|
//管理员订单操作类
|
|
|
Route::group(function () {
|
|
Route::group(function () {
|