Merge branch 'master' of http://git.kingsome.cn/yuyongdong/UAW
This commit is contained in:
commit
5e12a4ce29
@ -153,8 +153,8 @@ export const apiUserState = async () => {
|
||||
|
||||
// 邀请新人
|
||||
export const apiUploadInviteCode = async (code) => {
|
||||
const url = `${API_BASE}/api/activity/upload_invite_code/?code=${code}`;
|
||||
return httpGet(url)
|
||||
const url = `${API_BASE}/api/activity/upload_invite_code`;
|
||||
return httpPost(url, {code})
|
||||
}
|
||||
|
||||
// 探索状态
|
||||
|
Loading…
x
Reference in New Issue
Block a user