|
|
@@ -1091,8 +1091,9 @@ class PurchaseOrderController extends BaseController
|
|
|
|
|
|
$ghsInfo = GhsClass::getGhsInfo($ghsId);
|
|
|
echo $this->shopId;
|
|
|
- print_r($ghsInfo);die;
|
|
|
+ print_r($ghsInfo);
|
|
|
GhsClass::valid($ghsInfo, $this->shopId);
|
|
|
+ die;
|
|
|
$post['ghsInfo'] = json_encode($ghsInfo);
|
|
|
$post['ghsName'] = $ghsInfo['name'] ?? '';
|
|
|
$post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';
|