fix(api): 替换所有接口请求的域名为 guilixu-api.websoft.top
- 将获取 STS Token 的接口地址由 paopao-api 改为 guilixu-api - 更新图片上传接口地址为新的 guilixu-api 域名 - 修改用户推广页面中邀请码链接和二维码接口的域名 - 更改注册页微信登录接口请求的域名为 guilixu-api
This commit is contained in:
13
src/api/system/user/points/model/index.ts
Normal file
13
src/api/system/user/points/model/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 用户积分类型定义
|
||||
*/
|
||||
|
||||
export interface UserPointsLog {
|
||||
logId: number
|
||||
userId: number
|
||||
points: number
|
||||
type: number // 1-获得, 2-消费, 3-过期, 4-调整
|
||||
reason?: string
|
||||
orderId?: number
|
||||
createTime: string
|
||||
}
|
||||
Reference in New Issue
Block a user