回调调试
This commit is contained in:
parent
b66e01c585
commit
c49e91001c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user