wechaty-puppet/schemas/mini_program.go
struct field ShareId should be ShareID Open
Open
ShareId string `json:"shareId"` // optional, the unique userId for who share this mini program
- Exclude checks
exported type MiniProgramPayload should have comment or be unexported Open
Open
type MiniProgramPayload struct {
- Exclude checks
struct field ThumbUrl should be ThumbURL Open
Open
ThumbUrl string `json:"thumbUrl"` // optional, default picture, convert to thumbnail
- Exclude checks
exported method MiniProgramPayload.ToJson should have comment or be unexported Open
Open
func (m *MiniProgramPayload) ToJson() string {
- Exclude checks
struct field IconUrl should be IconURL Open
Open
IconUrl string `json:"iconUrl"` // optional, mini program icon url
- Exclude checks
method ToJson should be ToJSON Open
Open
func (m *MiniProgramPayload) ToJson() string {
- Exclude checks