回调调试
This commit is contained in:
parent
b66e01c585
commit
c49e91001c
@ -34,6 +34,7 @@ class PayController extends BaseApiController
|
|||||||
$attach = $ciphertext['attach'];
|
$attach = $ciphertext['attach'];
|
||||||
switch ($attach) {
|
switch ($attach) {
|
||||||
case 'recharge':
|
case 'recharge':
|
||||||
|
Cache::set('6logR' . time(), json_encode($ciphertext));
|
||||||
PayNotifyLogic::handle('recharge', $ciphertext['out_trade_no'], $ciphertext);
|
PayNotifyLogic::handle('recharge', $ciphertext['out_trade_no'], $ciphertext);
|
||||||
$app->wechat->success();
|
$app->wechat->success();
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user