goProject/.svn/pristine/a5/a5c473d1c48212e9569a13bb6fc4715dbf015a46.svn-base

9 lines
163 B
Plaintext
Raw Normal View History

2025-01-06 16:21:36 +08:00
package qcloud
type response struct {
Result int `json: "result"`
ErrMsg string `json:"errmsg"`
CallId string `json:"callid"`
Ext string `json:"ext"`
}