wechaty/go-wechaty

View on GitHub
wechaty-puppet/schemas/mini_program.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

method ToJson should be ToJSON
Open

func (m *MiniProgramPayload) ToJson() string {

struct field IconUrl should be IconURL
Open

    IconUrl     string `json:"iconUrl"`     // optional, mini program icon url

exported type MiniProgramPayload should have comment or be unexported
Open

type MiniProgramPayload struct {

struct field ThumbUrl should be ThumbURL
Open

    ThumbUrl    string `json:"thumbUrl"`    // optional, default picture, convert to thumbnail

struct field ShareId should be ShareID
Open

    ShareId     string `json:"shareId"`     // optional, the unique userId for who share this mini program

exported method MiniProgramPayload.ToJson should have comment or be unexported
Open

func (m *MiniProgramPayload) ToJson() string {

There are no issues that match your filters.

Category
Status