|
@@ -99,6 +99,7 @@ class InternalApiController extends BaseLikeAdminController
|
|
|
if($order->pay_status == PayEnum::ISPAID) {
|
|
if($order->pay_status == PayEnum::ISPAID) {
|
|
|
return $this->success('内部支付已完成', [], 0, 1);
|
|
return $this->success('内部支付已完成', [], 0, 1);
|
|
|
}
|
|
}
|
|
|
|
|
+ if(!empty($params['pay_way']??'')) $params['extra']['pay_way'] = $params['pay_way'];
|
|
|
$payNotifyLogic = PayNotifyLogic::handle('goods', $params['sn'], $params['extra']??[]);
|
|
$payNotifyLogic = PayNotifyLogic::handle('goods', $params['sn'], $params['extra']??[]);
|
|
|
if($payNotifyLogic === true){
|
|
if($payNotifyLogic === true){
|
|
|
return $this->success('内部支付完成', [], 0, 1);
|
|
return $this->success('内部支付完成', [], 0, 1);
|