Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseCardCreate ¶
type ResponseCardCreate struct { *response.ResponseOfficialAccount CardID string `json:"card_id"` }
type ResponseCardGet ¶
type ResponseCardGet struct { *response.ResponseOfficialAccount Card request.Card `json:"card"` }
type ResponseCardList ¶
type ResponseCardList struct { *response.ResponseOfficialAccount CardIDList []string `json:"card_id_list"` TotalNum int `json:"total_num"` }
type ResponseCardUpdate ¶
type ResponseCardUpdate struct { *response.ResponseOfficialAccount SendCheck bool `json:"send_check"` }
type ResponseCreateQrCode ¶
Click to show internal directories.
Click to hide internal directories.