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++;