Files

1 line
113 KiB
JSON
Raw Permalink Normal View History

{"basePath":"","definitions":{"ActionInfo":{"properties":{"AppMsg":{"$ref":"#/definitions/AppMsg"}},"title":"ActionInfo","type":"object"},"AlisaModel":{"properties":{"Alisa":{"example":"","type":"string"}},"title":"AlisaModel","type":"object"},"AppInfo":{"properties":{"AppName":{"example":"","type":"string"},"FromURL":{"example":"","type":"string"},"ID":{"example":"","type":"string"},"InstallURL":{"example":"","type":"string"},"IsForceUpdate":{"format":"uint32","type":"integer"},"Version":{"example":"","type":"string"}},"title":"AppInfo","type":"object"},"AppMessageItem":{"properties":{"ContentType":{"description":" 2001:(红包消息)","format":"uint32","type":"integer"},"ContentXML":{"example":"","type":"string"},"ToUserName":{"example":"","type":"string"}},"title":"AppMessageItem","type":"object"},"AppMessageModel":{"properties":{"AppList":{"items":{"$ref":"#/definitions/AppMessageItem"},"type":"array"}},"title":"AppMessageModel","type":"object"},"AppMsg":{"properties":{"MessageAction":{"example":"","type":"string"}},"title":"AppMsg","type":"object"},"AppletModel":{"properties":{"AppId":{"description":" 应用ID","example":"","type":"string"},"Data":{"description":" 小程序云函数操作的 Data; json字符串, 注意必须是 json 字符串; 传空时默认值为: '{\"with_credentials\":true,\"from_component\":true,\"data\":{\"lang\":\"zh_CN\"},\"api_name\":\"webapi_getuserinfo\"}'","example":"","type":"string"},"Opt":{"description":" 小程序云函数操作的 Opt; 默认为1","example":"1","format":"int32","type":"integer"},"PackageName":{"example":"","type":"string"},"SdkName":{"example":"","type":"string"}},"title":"AppletModel","type":"object"},"AutoApproveRequestModel":{"properties":{"AutoReply":{"description":" 是否通过验证后自动回复","example":"1","format":"int32","type":"integer"},"Enable":{"description":" 是否开启自动通过验证","example":"1","format":"int32","type":"integer"},"ReplyMessage":{"description":" 回复内容(仅一条)","example":"","type":"string"}},"title":"AutoApproveRequestModel","type":"object"},"AutoCommentRequestModel":{"properties":{"CommentMessages":{"description":" 评论内容(多条用逗号隔开)","example":"","type":"string"},"Enable":{"description":" 是否开启自动评论","example":"1","format":"int32","type":"integer"},"EndTime":{"description":" 评论时间段,结束时间","example":"","type":"string"},"Groups":{"description":" 设置分组,多个用逗号隔开","example":"","type":"string"},"Mode":{"description":" 模式,1-仅评论分组,0-不评论分组","example":"1","format":"int32","type":"integer"},"StartTime":{"description":" 评论时间段,开始时间","example":"","type":"string"},"TimeInSeconds":{"description":" 延迟评论的时间,单位为秒","example":"0","format":"int32","type":"integer"}},"title":"AutoCommentRequestModel","type":"object"},"AutoForwardRequestModel":{"properties":{"EnableAutoForward":{"description":" 是否开启跟随转发","example":"1","format":"int32","type":"integer"},"Groups":{"description":" 设置分组,多个用逗号隔开","example":"","type":"string"},"IsBlockAuthor":{"description":" 是否屏蔽作者","example":"1","format":"int32","type":"integer"},"IsBlockGroup":{"description":" 是否屏蔽组","example":"1","format":"int32","type":"integer"}},"title":"AutoForwardRequestModel","type":"object"},"AutoLikeRequestModel":{"properties":{"Enable":{"description":" 是否开启自动点赞","example":"1","format":"int32","type":"integer"},"EndTime":{"description":" 结束时间// 点赞时间段","example":"","type":"string"},"Groups":{"description":" 设置分组,多个用逗号隔开","example":"","type":"string"},"Mode":{"description":" 模式,1-仅点赞分组,0-不点赞分组","example":"1","format":"int32","type":"integer"},"StartTime":{"description":" 开始时间 // 点赞时间段","example":"","type":"string"},"TimeInSeconds":{"description":" 延迟点赞的时间,单位为秒","example":"0","format":"int32","type":"integer"}},"title":"AutoLikeRequestModel","typ