Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseGetMomentList ¶
type ResponseGetMomentList struct {
*response.ResponseWork
NextCursor string `json:"next_cursor"`
MomentList *power.HashMap `json:"moment_list"`
}
type ResponseMomentGetMomentCustomerList ¶
type ResponseMomentGetMomentCustomerList struct {
*response.ResponseWork
CustomerList []*power.HashMap `json:"customer_list"`
NextCursor string `json:"next_cursor"`
}
type ResponseMomentGetMomentSendResult ¶
type ResponseMomentGetMomentSendResult struct {
*response.ResponseWork
CustomerList []*power.HashMap `json:"customer_list"`
NextCursor string `json:"next_cursor"`
}
type ResponseMomentGetMomentTask ¶
type ResponseMomentGetMomentTask struct {
*response.ResponseWork
TaskList []*power.HashMap `json:"task_list"`
NextCursor string `json:"next_cursor"`
}
Click to show internal directories.
Click to hide internal directories.