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

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

@@ -48,7 +48,7 @@ class NoticeClass extends BaseClass
                 continue;
             }
             $adminId = $admin['id'] ?? 0;
-            pushNotice::push($adminId, $clientId, '提现到账通知', '提现' . $amount . '元到账,请查收');
+            pushNotice::push($adminId, $clientId, '提现到账通知', $amount.'元已到账,请查收');
         }
     }