package types type Xiaoice struct { SubscriptionKey string } type XiaoiceSignatureResp struct { Code int64 `json:"code"` Data string `json:"data"` Msg string `json:"msg"` }