Browse Source

更新订单标题

shizhongqi 4 năm trước cách đây
mục cha
commit
5cb3b5d3b9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 . '元');
         }
     }