// Code generated by goctl. DO NOT EDIT. package types type CallbackRequest struct { MsgSignature string `form:"msg_signature"` Timestamp string `form:"timestamp"` Nonce string `form:"nonce"` Echostr string `form:"echostr"` } type CallbackMsgRequest struct { MsgSignature string `form:"msg_signature"` Timestamp string `form:"timestamp"` Nonce string `form:"nonce"` } type CallbackResponse struct { Code int `json:"code"` Msg string `json:"msg"` Data string `json:"data"` }