Commit 1150f2d1 authored by liwei's avatar liwei

修改了会员详情接口

parent 62899d56
...@@ -29,7 +29,7 @@ export function likeList(data){ ...@@ -29,7 +29,7 @@ export function likeList(data){
export function userDetail(data){ export function userDetail(data){
return request({ return request({
method: "get", method: "get",
url: '/app/open/memInfo/detail/'+ data, url: '/app/memInfo/detail/'+ data,
}); });
} }
......
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