角色推荐码

This commit is contained in:
仲么了
2024-01-18 09:18:30 +08:00
parent 14e0904e87
commit 1f5782c0d4
3 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
import createAxios from '@/utils/request'
export const refreshReferralCode = () => {
return createAxios({
url: '/user-boot/referralCode/refreshReferralCode',
method: 'post',
})
}