15 lines
321 B
Go
15 lines
321 B
Go
package request
|
|
|
|
type TaobaoHttpdnsGetRequest struct {
|
|
}
|
|
|
|
func (req *TaobaoHttpdnsGetRequest) ToMap() map[string]interface{} {
|
|
paramMap := make(map[string]interface{})
|
|
return paramMap
|
|
}
|
|
|
|
func (req *TaobaoHttpdnsGetRequest) ToFileMap() map[string]interface{} {
|
|
fileMap := make(map[string]interface{})
|
|
return fileMap
|
|
}
|