@@ -9423,6 +9423,63 @@ const docTemplate = `{ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"md.DynamicRespNode": { | |||||
"type": "object", | |||||
"properties": { | |||||
"content": { | |||||
"description": "文本内容", | |||||
"type": "string" | |||||
}, | |||||
"created_at": { | |||||
"type": "string" | |||||
}, | |||||
"image": { | |||||
"description": "图片", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
}, | |||||
"index_id": { | |||||
"description": "动态id", | |||||
"type": "string" | |||||
}, | |||||
"is_praise": { | |||||
"description": "是否被表扬(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"is_top_up": { | |||||
"description": "是否置顶(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"kind": { | |||||
"description": "类型(1:普通 2:官方)", | |||||
"type": "integer" | |||||
}, | |||||
"state": { | |||||
"description": "状态(1:正常 2:隐藏)", | |||||
"type": "integer" | |||||
}, | |||||
"uid": { | |||||
"description": "用户id", | |||||
"type": "integer" | |||||
}, | |||||
"updated_at": { | |||||
"type": "string" | |||||
}, | |||||
"username": { | |||||
"description": "用户名称", | |||||
"type": "string" | |||||
}, | |||||
"video": { | |||||
"description": "视频", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"md.EggEnergyAvailableEnergyFlow": { | "md.EggEnergyAvailableEnergyFlow": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
@@ -9583,57 +9640,6 @@ const docTemplate = `{ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"md.EggFriendCircleNode": { | |||||
"type": "object", | |||||
"properties": { | |||||
"content": { | |||||
"description": "文本内容", | |||||
"type": "string" | |||||
}, | |||||
"created_at": { | |||||
"type": "string" | |||||
}, | |||||
"image": { | |||||
"description": "图片", | |||||
"type": "string" | |||||
}, | |||||
"index_id": { | |||||
"description": "动态id", | |||||
"type": "string" | |||||
}, | |||||
"is_praise": { | |||||
"description": "是否被表扬(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"is_top_up": { | |||||
"description": "是否置顶(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"kind": { | |||||
"description": "类型(1:普通 2:官方)", | |||||
"type": "integer" | |||||
}, | |||||
"state": { | |||||
"description": "状态(1:正常 2:隐藏)", | |||||
"type": "integer" | |||||
}, | |||||
"uid": { | |||||
"description": "用户id", | |||||
"type": "integer" | |||||
}, | |||||
"updated_at": { | |||||
"type": "string" | |||||
}, | |||||
"username": { | |||||
"description": "用户名称", | |||||
"type": "string" | |||||
}, | |||||
"video": { | |||||
"description": "视频", | |||||
"type": "string" | |||||
} | |||||
} | |||||
}, | |||||
"md.EggPointCoefficientBatchAddReq": { | "md.EggPointCoefficientBatchAddReq": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
@@ -10143,7 +10149,7 @@ const docTemplate = `{ | |||||
"list": { | "list": { | ||||
"type": "array", | "type": "array", | ||||
"items": { | "items": { | ||||
"$ref": "#/definitions/md.EggFriendCircleNode" | |||||
"$ref": "#/definitions/md.DynamicRespNode" | |||||
} | } | ||||
}, | }, | ||||
"paginate": { | "paginate": { | ||||
@@ -12204,14 +12210,17 @@ const docTemplate = `{ | |||||
"md.ReleaseDynamicReq": { | "md.ReleaseDynamicReq": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
"[]image": { | |||||
"description": "图片", | |||||
"type": "string" | |||||
}, | |||||
"content": { | "content": { | ||||
"description": "文本内容", | "description": "文本内容", | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"image": { | |||||
"description": "图片", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
}, | |||||
"is_praise": { | "is_praise": { | ||||
"description": "是否被表扬(1:是 2:否)", | "description": "是否被表扬(1:是 2:否)", | ||||
"type": "integer" | "type": "integer" | ||||
@@ -12229,8 +12238,11 @@ const docTemplate = `{ | |||||
"type": "integer" | "type": "integer" | ||||
}, | }, | ||||
"video": { | "video": { | ||||
"description": "视频 uri", | |||||
"type": "string" | |||||
"description": "视频", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -9416,6 +9416,63 @@ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"md.DynamicRespNode": { | |||||
"type": "object", | |||||
"properties": { | |||||
"content": { | |||||
"description": "文本内容", | |||||
"type": "string" | |||||
}, | |||||
"created_at": { | |||||
"type": "string" | |||||
}, | |||||
"image": { | |||||
"description": "图片", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
}, | |||||
"index_id": { | |||||
"description": "动态id", | |||||
"type": "string" | |||||
}, | |||||
"is_praise": { | |||||
"description": "是否被表扬(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"is_top_up": { | |||||
"description": "是否置顶(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"kind": { | |||||
"description": "类型(1:普通 2:官方)", | |||||
"type": "integer" | |||||
}, | |||||
"state": { | |||||
"description": "状态(1:正常 2:隐藏)", | |||||
"type": "integer" | |||||
}, | |||||
"uid": { | |||||
"description": "用户id", | |||||
"type": "integer" | |||||
}, | |||||
"updated_at": { | |||||
"type": "string" | |||||
}, | |||||
"username": { | |||||
"description": "用户名称", | |||||
"type": "string" | |||||
}, | |||||
"video": { | |||||
"description": "视频", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
} | |||||
} | |||||
}, | |||||
"md.EggEnergyAvailableEnergyFlow": { | "md.EggEnergyAvailableEnergyFlow": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
@@ -9576,57 +9633,6 @@ | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
"md.EggFriendCircleNode": { | |||||
"type": "object", | |||||
"properties": { | |||||
"content": { | |||||
"description": "文本内容", | |||||
"type": "string" | |||||
}, | |||||
"created_at": { | |||||
"type": "string" | |||||
}, | |||||
"image": { | |||||
"description": "图片", | |||||
"type": "string" | |||||
}, | |||||
"index_id": { | |||||
"description": "动态id", | |||||
"type": "string" | |||||
}, | |||||
"is_praise": { | |||||
"description": "是否被表扬(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"is_top_up": { | |||||
"description": "是否置顶(1:是 2:否)", | |||||
"type": "integer" | |||||
}, | |||||
"kind": { | |||||
"description": "类型(1:普通 2:官方)", | |||||
"type": "integer" | |||||
}, | |||||
"state": { | |||||
"description": "状态(1:正常 2:隐藏)", | |||||
"type": "integer" | |||||
}, | |||||
"uid": { | |||||
"description": "用户id", | |||||
"type": "integer" | |||||
}, | |||||
"updated_at": { | |||||
"type": "string" | |||||
}, | |||||
"username": { | |||||
"description": "用户名称", | |||||
"type": "string" | |||||
}, | |||||
"video": { | |||||
"description": "视频", | |||||
"type": "string" | |||||
} | |||||
} | |||||
}, | |||||
"md.EggPointCoefficientBatchAddReq": { | "md.EggPointCoefficientBatchAddReq": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
@@ -10136,7 +10142,7 @@ | |||||
"list": { | "list": { | ||||
"type": "array", | "type": "array", | ||||
"items": { | "items": { | ||||
"$ref": "#/definitions/md.EggFriendCircleNode" | |||||
"$ref": "#/definitions/md.DynamicRespNode" | |||||
} | } | ||||
}, | }, | ||||
"paginate": { | "paginate": { | ||||
@@ -12197,14 +12203,17 @@ | |||||
"md.ReleaseDynamicReq": { | "md.ReleaseDynamicReq": { | ||||
"type": "object", | "type": "object", | ||||
"properties": { | "properties": { | ||||
"[]image": { | |||||
"description": "图片", | |||||
"type": "string" | |||||
}, | |||||
"content": { | "content": { | ||||
"description": "文本内容", | "description": "文本内容", | ||||
"type": "string" | "type": "string" | ||||
}, | }, | ||||
"image": { | |||||
"description": "图片", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
}, | |||||
"is_praise": { | "is_praise": { | ||||
"description": "是否被表扬(1:是 2:否)", | "description": "是否被表扬(1:是 2:否)", | ||||
"type": "integer" | "type": "integer" | ||||
@@ -12222,8 +12231,11 @@ | |||||
"type": "integer" | "type": "integer" | ||||
}, | }, | ||||
"video": { | "video": { | ||||
"description": "视频 uri", | |||||
"type": "string" | |||||
"description": "视频", | |||||
"type": "array", | |||||
"items": { | |||||
"type": "string" | |||||
} | |||||
} | } | ||||
} | } | ||||
}, | }, | ||||
@@ -1266,6 +1266,47 @@ definitions: | |||||
paginate: | paginate: | ||||
$ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate' | $ref: '#/definitions/applet_app_md_institutional_management_egg_energy.Paginate' | ||||
type: object | type: object | ||||
md.DynamicRespNode: | |||||
properties: | |||||
content: | |||||
description: 文本内容 | |||||
type: string | |||||
created_at: | |||||
type: string | |||||
image: | |||||
description: 图片 | |||||
items: | |||||
type: string | |||||
type: array | |||||
index_id: | |||||
description: 动态id | |||||
type: string | |||||
is_praise: | |||||
description: 是否被表扬(1:是 2:否) | |||||
type: integer | |||||
is_top_up: | |||||
description: 是否置顶(1:是 2:否) | |||||
type: integer | |||||
kind: | |||||
description: 类型(1:普通 2:官方) | |||||
type: integer | |||||
state: | |||||
description: 状态(1:正常 2:隐藏) | |||||
type: integer | |||||
uid: | |||||
description: 用户id | |||||
type: integer | |||||
updated_at: | |||||
type: string | |||||
username: | |||||
description: 用户名称 | |||||
type: string | |||||
video: | |||||
description: 视频 | |||||
items: | |||||
type: string | |||||
type: array | |||||
type: object | |||||
md.EggEnergyAvailableEnergyFlow: | md.EggEnergyAvailableEnergyFlow: | ||||
properties: | properties: | ||||
after_community_dividends: | after_community_dividends: | ||||
@@ -1382,43 +1423,6 @@ definitions: | |||||
uid: | uid: | ||||
type: integer | type: integer | ||||
type: object | type: object | ||||
md.EggFriendCircleNode: | |||||
properties: | |||||
content: | |||||
description: 文本内容 | |||||
type: string | |||||
created_at: | |||||
type: string | |||||
image: | |||||
description: 图片 | |||||
type: string | |||||
index_id: | |||||
description: 动态id | |||||
type: string | |||||
is_praise: | |||||
description: 是否被表扬(1:是 2:否) | |||||
type: integer | |||||
is_top_up: | |||||
description: 是否置顶(1:是 2:否) | |||||
type: integer | |||||
kind: | |||||
description: 类型(1:普通 2:官方) | |||||
type: integer | |||||
state: | |||||
description: 状态(1:正常 2:隐藏) | |||||
type: integer | |||||
uid: | |||||
description: 用户id | |||||
type: integer | |||||
updated_at: | |||||
type: string | |||||
username: | |||||
description: 用户名称 | |||||
type: string | |||||
video: | |||||
description: 视频 | |||||
type: string | |||||
type: object | |||||
md.EggPointCoefficientBatchAddReq: | md.EggPointCoefficientBatchAddReq: | ||||
properties: | properties: | ||||
list: | list: | ||||
@@ -1771,7 +1775,7 @@ definitions: | |||||
properties: | properties: | ||||
list: | list: | ||||
items: | items: | ||||
$ref: '#/definitions/md.EggFriendCircleNode' | |||||
$ref: '#/definitions/md.DynamicRespNode' | |||||
type: array | type: array | ||||
paginate: | paginate: | ||||
allOf: | allOf: | ||||
@@ -3206,12 +3210,14 @@ definitions: | |||||
type: object | type: object | ||||
md.ReleaseDynamicReq: | md.ReleaseDynamicReq: | ||||
properties: | properties: | ||||
'[]image': | |||||
description: 图片 | |||||
type: string | |||||
content: | content: | ||||
description: 文本内容 | description: 文本内容 | ||||
type: string | type: string | ||||
image: | |||||
description: 图片 | |||||
items: | |||||
type: string | |||||
type: array | |||||
is_praise: | is_praise: | ||||
description: 是否被表扬(1:是 2:否) | description: 是否被表扬(1:是 2:否) | ||||
type: integer | type: integer | ||||
@@ -3225,8 +3231,10 @@ definitions: | |||||
description: 状态(1:正常 2:隐藏) | description: 状态(1:正常 2:隐藏) | ||||
type: integer | type: integer | ||||
video: | video: | ||||
description: 视频 uri | |||||
type: string | |||||
description: 视频 | |||||
items: | |||||
type: string | |||||
type: array | |||||
type: object | type: object | ||||
md.Response: | md.Response: | ||||
properties: | properties: | ||||