package request type TaobaoAppipGetRequest struct { } func (req *TaobaoAppipGetRequest) ToMap() map[string]interface{} { paramMap := make(map[string]interface{}) return paramMap } func (req *TaobaoAppipGetRequest) ToFileMap() map[string]interface{} { fileMap := make(map[string]interface{}) return fileMap }