dever %!s(int64=3) %!d(string=hai) anos
pai
achega
97c909d8f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/mshop/src/Data.php

+ 1 - 1
app/mshop/src/Data.php

@@ -89,7 +89,7 @@ class Data extends Core
                     $name = '取货通知';
                     $wechat_msg = '您的商品已完成配货';
                 } else {
-                    $msg = '您有一件外送商品已开始配送,收货时请将取件码提供给配送员核实货品信息,取件码:' . $info['code'];
+                    $msg = '您有一件外送商品已开始配送,收货时请将取件码提供给配送员核实货品信息,取件码:' . $info['code'];
                     $name = '配送通知';
                     $wechat_msg = '您的商品已开始配送';
                 }