修改存储路径方式
This commit is contained in:
parent
14c588718a
commit
b5d860a4c0
@ -232,9 +232,10 @@ class OrderLogic extends BaseLogic
|
||||
//生成核销码
|
||||
$generator = new BarcodeGeneratorPNG();
|
||||
$barcode = $generator->getBarcode($verify_code, $generator::TYPE_CODE_128);
|
||||
$savePath = 'public/image/barcode/'.time().'.png';
|
||||
$findPath = '/image/barcode/'.time().'.png';
|
||||
$savePath = 'public'.$findPath;
|
||||
file_put_contents($savePath, $barcode);
|
||||
$_order['verify_img'] = $savePath;
|
||||
$_order['verify_img'] = $findPath;
|
||||
Db::startTrans();
|
||||
try {
|
||||
$order = StoreOrder::create($_order);
|
||||
|
Loading…
x
Reference in New Issue
Block a user