f
This commit is contained in:
@@ -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, 前缀)
|
||||
|
||||
Reference in New Issue
Block a user