修改标识
This commit is contained in:
parent
c49e91001c
commit
9cc0ce8971
@ -137,7 +137,7 @@ class StoreController extends BaseApiController
|
||||
return $this->fail(PaymentLogic::getError());
|
||||
}
|
||||
if (isset($result['trade_state_desc']) && $result['trade_state_desc'] == '支付成功') {
|
||||
Redis::connection()->set('trade_state',json_encode($result));
|
||||
Cache::set('trade_state' . time(), json_encode($result));
|
||||
PayNotifyLogic::handle('recharge', $result['out_trade_no'], $result);
|
||||
} else {
|
||||
Redis::send('send-code-pay', ['order_id' => $order['order_id'],'pay_type'=>'recharge']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user