WIN-2308041133\Administrator 4 months ago
parent
commit
f6817cec46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/model/order/StoreOrder.php

+ 1 - 1
app/admin/model/order/StoreOrder.php

@@ -1083,7 +1083,7 @@ HTML;
             'first' => '亲,您的订单已发货,请注意查收',
             'remark' => '点击查看订单详情'
         ];
-        @file_put_contents('quanju.txt',  "-测试模版消息\r\n", 8);
+        @file_put_contents('quanju.txt',  json_encode($postageData)."-测试模版消息\r\n", 8);
         if ($postageData['delivery_type'] == 'send') {//送货
             $goodsName = StoreOrderCartInfo::getProductNameList($order['id']);
             if ($order['is_channel'] == 1) {