goProject/trunk/goutil/vsmsUtil/qcloud/response.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

9 lines
163 B
Go

package qcloud
type response struct {
Result int `json: "result"`
ErrMsg string `json:"errmsg"`
CallId string `json:"callid"`
Ext string `json:"ext"`
}