更新
This commit is contained in:
parent
22076ee2f9
commit
264dae5ccc
@ -124,6 +124,9 @@ class RetailOrderController extends BaseApiController
|
||||
if (PaymentLogic::hasError()) {
|
||||
return $this->fail(PaymentLogic::getError(), $params);
|
||||
}
|
||||
if($result['trade_state_desc']=='支付成功'){
|
||||
PayNotifyLogic::handle('cashierclass', $result['out_trade_no'], $result);
|
||||
}
|
||||
return $this->success('', $result);
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user