瀏覽代碼

一些功能

Kirin 4 年之前
父節點
當前提交
461b9cbab7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crmeb/services/YLYService.php

+ 1 - 1
crmeb/services/YLYService.php

@@ -183,7 +183,7 @@ class YLYService extends HttpService implements ProviderInterface
      */
     public function setContent(string $name, array $orderInfo, array $product)
     {
-        $orderInfo['real_name'] = substr($orderInfo['real_name'], 0, 2) . "*" . substr($orderInfo['user_phone'], 4);
+        $orderInfo['real_name'] = substr($orderInfo['real_name'], 0, 2) . "**";
         $orderInfo['user_phone'] = substr($orderInfo['user_phone'], 0, 3) . "****" . substr($orderInfo['user_phone'], 7);
         $timeYmd = date('Y-m-d', time());
         $timeHis = date('H:i:s', time());