Commit e4821008 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_xll' into 'master'

Dev xll

See merge request !15
parents b8f9d83e 73d52f9b
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