@@ -4137,10 +4137,7 @@ const docTemplate = `{ | |||||
}, | }, | ||||
"user_hold_total_nums": { | "user_hold_total_nums": { | ||||
"description": "用户持有总量", | "description": "用户持有总量", | ||||
"type": "object", | |||||
"additionalProperties": { | |||||
"type": "string" | |||||
} | |||||
"type": "string" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -4130,10 +4130,7 @@ | |||||
}, | }, | ||||
"user_hold_total_nums": { | "user_hold_total_nums": { | ||||
"description": "用户持有总量", | "description": "用户持有总量", | ||||
"type": "object", | |||||
"additionalProperties": { | |||||
"type": "string" | |||||
} | |||||
"type": "string" | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -771,10 +771,8 @@ definitions: | |||||
example: 星球价值 | example: 星球价值 | ||||
type: string | type: string | ||||
user_hold_total_nums: | user_hold_total_nums: | ||||
additionalProperties: | |||||
type: string | |||||
description: 用户持有总量 | description: 用户持有总量 | ||||
type: object | |||||
type: string | |||||
type: object | type: object | ||||
md.GetEggEnergyBasicResp: | md.GetEggEnergyBasicResp: | ||||
properties: | properties: | ||||