소스 검색

修改数量

bianjunhui 2 년 전
부모
커밋
1e7084bb12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];