shish hace 4 años
padre
commit
14f9538391
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      biz/notice/classes/NoticeClass.php

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

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