回调调试

This commit is contained in:
liu 2024-07-06 17:28:58 +08:00
parent b66e01c585
commit c49e91001c

View File

@ -34,6 +34,7 @@ class PayController extends BaseApiController
$attach = $ciphertext['attach'];
switch ($attach) {
case 'recharge':
Cache::set('6logR' . time(), json_encode($ciphertext));
PayNotifyLogic::handle('recharge', $ciphertext['out_trade_no'], $ciphertext);
$app->wechat->success();
break;