Commit 9d3cf9ac authored by zhuwei's avatar zhuwei

黑名单图片上传

parent 6e829afb
......@@ -86,6 +86,10 @@ class UploadFileService
$path .= 'static/exclusive_file/';
$internet_path = 'static/exclusive_file/';
break;
case 'agent_black_list_img':
$path .= 'static/agent_black_list/';
$internet_path = '';
break;
default :
$data['code'] = 101;
$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