|
|
@@ -894,9 +894,11 @@ class PurchaseController extends BaseController
|
|
|
util::fail('发起支付失败');
|
|
|
}
|
|
|
$counter_url = $response['resp_data']['counter_url'] ? $response['resp_data']['counter_url'] : '';
|
|
|
+ $hasRenew = $ghsShop->hasRenew ?? 0;
|
|
|
$new = [
|
|
|
'payUrl' => $counter_url,
|
|
|
'orderSn' => $orderSn,
|
|
|
+ 'hasRenew' => $hasRenew,
|
|
|
];
|
|
|
util::success($new);
|
|
|
}
|