Commit 4cedefa3 authored by leiqingsong's avatar leiqingsong

Merge branch 'master' of http://111.203.232.171:8888/Song/xitiansenmall into dev_lqs

parents aa9e7ba8 e4821008
import request from "@/utils/request";
/**
* 团队总人数
* @param {*}
*/
export function getMyTeam(userId) {
return request({
url: `/user/myTeam?userId=${userId}`,
method: "get"
});
}
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