Commit 26fde549 authored by hujun's avatar hujun

上传商铺图片返回

parent bba9b320
...@@ -311,7 +311,6 @@ class Shop extends Basic ...@@ -311,7 +311,6 @@ 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