wupengfei hace 2 años
padre
commit
e23c680432
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      application/api/controller/Present.php

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

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