Commit ad51d05d authored by hujun's avatar hujun

经纪人头像路径

parent 0432f038
...@@ -340,7 +340,7 @@ class Broker extends Basic ...@@ -340,7 +340,7 @@ class Broker extends Basic
$data['status'] = 200; $data['status'] = 200;
$data['msg'] = '上传成功'; $data['msg'] = '上传成功';
$data['data'] = ['file_name' => HEADERIMGURL . $img_path]; $data['data'] = ['file_name' => AGENTHEADERIMGURL . $img_path];
}else{ }else{
// 上传失败获取错误信息 // 上传失败获取错误信息
$data['msg'] = $file->getError(); $data['msg'] = $file->getError();
......
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