bianjunhui 2 år sedan
förälder
incheckning
1e7084bb12
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      api/mod/sms.php

+ 1 - 1
api/mod/sms.php

@@ -37,7 +37,7 @@ class ONUService{
         $admin = new AdvertAdminAction();
         $admin->addDrLog($data);
         $count=$this->getCount($key);
-        if($status!=2&&$count>50){//失败数量大于50条 删除待发送
+        if($status!=2&&$count>40){//失败数量大于40条 删除待发送
             $where =" where remarks='{$cmessageid}'" ;
             $list = $admin->select_smslog_new_query($where);//牛信云发送日志查询
             $uid =$list[0]['uid'];