邀请 N天配置
This commit is contained in:
+12
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user