소스 검색

修改字段

bianjunhui 1 년 전
부모
커밋
04f175f22c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      application/api/controller/Assms.php

+ 2 - 2
application/api/controller/Assms.php

@@ -37,8 +37,8 @@ class Assms extends Api
         }
         $quote_id= $post['quote_id'];
         $mobile =$post['mobile'];
-        $where['mobile']=$quote_id;
-        $where['quote_id']=$mobile;
+        $where['quote_id']=$quote_id;
+        $where['ymobile']=$mobile;
         $where['status']=1;
         Db::name('sms_log')->where($where)->delete();
         $this->success(__('success'));