我的团队接口增加参数

This commit is contained in:
YeMingfei666 2024-12-18 13:23:51 +08:00
parent f9f33f7086
commit 3de0070cb6
1 changed files with 2 additions and 1 deletions

View File

@ -98,7 +98,8 @@
getInviter() {
let data = {
page: this.page,
limit: this.limit
limit: this.limit,
userType:1
}
this.$u.api.inviter(data).then(res => {
if (res.code == 0) {