Kirin před 3 roky
rodič
revize
f1df6d3efc

+ 1 - 0
app/api/controller/store/StoreProductController.php

@@ -133,6 +133,7 @@ class StoreProductController
         $storeInfo['image_base'] = set_file_url($storeInfo['image'], $siteUrl);
         $storeInfo['code_base'] = QrcodeService::getWechatQrcodePath($id . '_product_detail_wap.jpg', '/detail/' . $id);
         $uid = $request->uid();
+        var_dump($storeInfo);
         $data['uid'] = $uid;
         $storeInfo['description'] = htmlspecialchars_decode(StoreDescription::getDescription($id));
         //替换windows服务器下正反斜杠问题导致图片无法显示