邀请 N天配置

This commit is contained in:
2026-03-08 07:31:11 -07:00
parent 7a3a53f1a9
commit 4907853667
4 changed files with 68 additions and 4 deletions
+12 -2
View File
@@ -5043,13 +5043,18 @@
"only_first_purchase": {
"type": "boolean",
"format": "boolean"
},
"gift_days": {
"type": "integer",
"format": "int64"
}
},
"title": "GetInviteConfigResponse",
"required": [
"forced_invite",
"referral_percentage",
"only_first_purchase"
"only_first_purchase",
"gift_days"
]
},
"GetListByPageRequest": {
@@ -6383,13 +6388,18 @@
"only_first_purchase": {
"type": "boolean",
"format": "boolean"
},
"gift_days": {
"type": "integer",
"format": "int64"
}
},
"title": "UpdateInviteConfigRequest",
"required": [
"forced_invite",
"referral_percentage",
"only_first_purchase"
"only_first_purchase",
"gift_days"
]
},
"UpdateNodeConfigRequest": {