feat: 完成激活码兑换功能
This commit is contained in:
5
Yi.Ai.Vue3/src/api/activationCode/index.ts
Normal file
5
Yi.Ai.Vue3/src/api/activationCode/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { post } from '@/utils/request';
|
||||
|
||||
export function redeemActivationCode(data: { code: string }) {
|
||||
return post<any>('/activationCode/Redeem', data);
|
||||
}
|
||||
Reference in New Issue
Block a user