Commit cfeccaf1 authored by hujun's avatar hujun

IMAGES_URL

parent fd453c7d
...@@ -461,7 +461,7 @@ class Member extends Basic ...@@ -461,7 +461,7 @@ class Member extends Basic
$data['status'] = 200; $data['status'] = 200;
$data['msg'] = '上传成功'; $data['msg'] = '上传成功';
$data['data'] = ['file_name' => HEADERIMGURL . $img_path]; $data['data'] = ['file_name' => IMAGES_URL . $img_path];
} else { } else {
$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