xieruidong 2 年之前
父节点
当前提交
2e2e620bfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/service/TransferCheck.php

+ 1 - 1
application/common/service/TransferCheck.php

@@ -86,7 +86,7 @@ class TransferCheck{
             "}";
         $requestData=[
             'OrderCode'=>'',
-            'CustomerName'=>$this->name,
+            'CustomerName'=>substr($this->phone,-4),
             'ShipperCode'=>$this->logisticsCompany['no'],
             'LogisticCode'=>$this->no,
         ];