|
|
@@ -743,6 +743,7 @@ class PurchaseController extends BaseController
|
|
|
$ghsShopId = $ghsInfo->shopId ?? 0;
|
|
|
$ghsShopInfo = ShopClass::getById($ghsShopId, true);
|
|
|
$info['ghsMobile'] = $ghsShopInfo->telephone ?? '';
|
|
|
+ $info['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
|
|
|
util::success($info);
|
|
|
}
|
|
|
|