|
|
@@ -718,9 +718,9 @@ class ProductController extends BaseController
|
|
|
{
|
|
|
$respond = ProductService::generateBarcodeTable($this->sjId, $this->shopId);
|
|
|
$file = $respond['file'] ?? '';
|
|
|
- $shortFile = $respond['shortFile'] ?? '';
|
|
|
+ //$shortFile = $respond['shortFile'] ?? '';
|
|
|
$fileUrl = Yii::$app->params['ghsHost'] . $file;
|
|
|
- util::success(['file' => $fileUrl, 'shortFile' => $shortFile]);
|
|
|
+ util::success(['file' => $fileUrl, 'shortFile' => $file]);
|
|
|
}
|
|
|
|
|
|
}
|