|
|
@@ -731,6 +731,7 @@ class PurchaseController extends BaseController
|
|
|
$ghsShopId = $ghs->shopId ?? 0;
|
|
|
$ghsShop = ShopClass::getById($ghsShopId, true);
|
|
|
if (empty($ghsShop)) {
|
|
|
+ noticeUtil::push('没有供货商门店信息' . $ghsShopId, '15280215347');
|
|
|
util::fail('没有供货商门店信息');
|
|
|
}
|
|
|
|
|
|
@@ -757,7 +758,8 @@ class PurchaseController extends BaseController
|
|
|
'couponId' => $couponId,
|
|
|
];
|
|
|
$response = $laResource->cashierPay($wxParams);
|
|
|
- print_r($response);die;
|
|
|
+ print_r($response);
|
|
|
+ die;
|
|
|
if (isset($response['code']) == false || $response['code'] != '000000') {
|
|
|
$errMsg = $response['msg'] ?? '';
|
|
|
noticeUtil::push($errMsg, '15280215347');
|