Browse Source

添加注释

master
Lemon 5 years ago
parent
commit
7d852a36a1
  1. 2
      app/Service/v3/Implementations/FeiePrintService.php

2
app/Service/v3/Implementations/FeiePrintService.php

@ -227,7 +227,7 @@ class FeiePrintService implements FeiePrintServiceInterface
}
$orderStatistics = $this->orderStatistics->getForMarket($arr->market_id);
$str = sprintf ("%05d", $orderStatistics); // 生成5位数,不足前面补0
$orderInfo .= $arr->global_order_id.$str;
$orderInfo .= '流水号:' . $arr->global_order_id.$str;
//$orderInfo .= '<QR>http://www.feieyun.com</QR>';//把解析后的二维码生成的字符串用标签套上即可自动生成二维码
return $orderInfo;
}

Loading…
Cancel
Save