|
|
@@ -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) {
|