wupengfei 2 년 전
부모
커밋
37ffcb4399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Present.php

+ 1 - 1
application/api/controller/Present.php

@@ -30,7 +30,7 @@ class Present extends Base
         $send_num = 0;
         $error_ids =[];
         var_dump(count($list));
-        die();
+       // die();
         foreach ($list as $v) {
            $res = static::examples($send_user['id'],$v['id'],$receipt_phone);
            if ($res['status'] == 1) $send_num++;