1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package response
|
||||
|
||||
type TaobaoHttpdnsGetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
HTTP DNS配置信息
|
||||
*/
|
||||
Result string `json:"result,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user