shish 4 jaren geleden
bovenliggende
commit
14f9538391
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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;
             //APP通知
             //pushNotice::push($adminId, $clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
-            pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
+            //pushNotice::gtPush($clientId, '新订单通知', $customName . '下单' . $actPrice . '元');
+            pushNotice::gtPush($clientId, '提现到账通知', '提现200元已经到账');
         }
     }