goProject/trunk/goutil/vsmsUtil/qcloud/response.go

9 lines
163 B
Go
Raw Permalink Normal View History

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