Commit d7dcf4f8 authored by hujun's avatar hujun

新增商铺返回 save_path

parent 99e97f71
...@@ -317,6 +317,7 @@ class Shop extends Basic ...@@ -317,6 +317,7 @@ class Shop extends Basic
$data['msg'] = '上传成功'; $data['msg'] = '上传成功';
$data['data'] = [ $data['data'] = [
'file_name' => CK_IMG_URL .'images'. DS . $img_path, 'file_name' => CK_IMG_URL .'images'. DS . $img_path,
'save_path' => $img_path
]; ];
}else{ }else{
// 上传失败获取错误信息 // 上传失败获取错误信息
......
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