Parcourir la source

二维码打印

shish il y a 3 ans
Parent
commit
750e87e6a8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app-ghs/controllers/ProductController.php

+ 1 - 0
app-ghs/controllers/ProductController.php

@@ -64,6 +64,7 @@ class ProductController extends BaseController
         $content = '<TEXT x="360" y="30" font="12" w="2" h="2" r="90">' . $name . '</TEXT>';
         $content .= '<BC128 x="260" y="30" h="80" s="1" r="90" n="5" w="12">' . $ptItemId . '</BC128>';
         $content .= '<TEXT x="60" y="30" font="12" w="2" h="2" r="90">' . $unit . '</TEXT>';
+        $content .= '<QR x="260"  y="300"  e="L"  w="5">https://api.shop.huahb.cn/item/detail?id=1</QR>';
         $p->printLabelMsg($content);
         util::complete();
     }