wupengfei 2 years ago
parent
commit
37ffcb4399
1 changed files with 1 additions and 1 deletions
  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;
         $send_num = 0;
         $error_ids =[];
         $error_ids =[];
         var_dump(count($list));
         var_dump(count($list));
-        die();
+       // die();
         foreach ($list as $v) {
         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'] == 1) $send_num++;