This commit is contained in:
Mrx
2026-03-02 16:34:47 +08:00
parent 7e2dda986f
commit be6d3e5f2c
8 changed files with 47 additions and 23 deletions

View File

@@ -123,8 +123,9 @@ type (
}
// 生成邀请海报(背景图+二维码,返回 base64
GetInvitePosterReq {
InviteLink string `form:"invite_link"` // 邀请链接(短链)
Format string `form:"format,optional"` // 返回格式base64默认
InviteLink string `form:"invite_link"` // 邀请链接(短链)
Format string `form:"format,optional"` // 返回格式base64默认
TemplateIndex int `form:"template_index,optional"` // 模板序号 1-4默认 1
}
GetInvitePosterResp {
PosterBase64 string `json:"poster_base64"` // 海报图片 base64不含 data:image/png;base64, 前缀)