Commit 8886bd0d authored by xulili's avatar xulili

grade api

parent 89a25164
......@@ -10,3 +10,14 @@ export function getMyTeam(userId) {
method: "get"
});
}
/**
* 森林状态
* @param {*}
*/
export function getForestStatus(userId){
return request({
url: `/user/forestStatus?userId=${userId}`,
method: "get"
});
}
\ No newline at end of file
......@@ -112,7 +112,7 @@ export default {
return;
}
const params = {
codeType: 1,
codeType: 0,
phone: "13100911369"
}
smsCode(params).then(res => {
......
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