xiaoice.go 181 B

1234567891011
  1. package types
  2. type Xiaoice struct {
  3. SubscriptionKey string
  4. }
  5. type XiaoiceSignatureResp struct {
  6. Code int64 `json:"code"`
  7. Data string `json:"data"`
  8. Msg string `json:"msg"`
  9. }