Commit a340c35b authored by hujun's avatar hujun

check

parent 47b0f9e6
...@@ -96,6 +96,10 @@ class UploadFileService ...@@ -96,6 +96,10 @@ class UploadFileService
$path .= 'static/agent_black_list/'; $path .= 'static/agent_black_list/';
$internet_path = 'static/agent_black_list/'; $internet_path = 'static/agent_black_list/';
break; break;
case 'check':
$path .= 'static/check/';
$internet_path = 'static/check/';
break;
default : default :
$data['code'] = 101; $data['code'] = 101;
$data['msg'] = "上传图片类型错误"; $data['msg'] = "上传图片类型错误";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment