فهرست منبع

订单通知标题还原

shizhongqi 4 سال پیش
والد
کامیت
27d59d5eb9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      biz/notice/classes/NoticeClass.php

+ 1 - 1
biz/notice/classes/NoticeClass.php

@@ -34,7 +34,7 @@ class NoticeClass extends BaseClass
             $adminId = $admin['id'] ?? 0;
             //APP通知
             //pushNotice::push($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
-            pushNotice::gtPush($clientId, '您有订单', $customName . '下单' . $actPrice . '元');
+            pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
         }
     }