Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
9eec5a198d
@ -38,11 +38,8 @@ class PayController extends BaseApiController
|
||||
$app->wechat->success();
|
||||
break;
|
||||
case 'wechat_common':
|
||||
PayNotifyLogic::handle('wechat_common', $ciphertext['out_trade_no'], $ciphertext);
|
||||
$app->wechat->success();
|
||||
break;
|
||||
default:
|
||||
PayNotifyLogic::handle('wechat_common', $res['out_trade_no'], $res);
|
||||
PayNotifyLogic::handle('wechat_common', $ciphertext['out_trade_no'], $ciphertext);
|
||||
$app->wechat->success();
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user