third-platform-sdk/sdk/fliggysdk/ability304/request/TaobaoAppipGetRequest.go

15 lines
315 B
Go
Raw Permalink Normal View History

2024-08-05 17:19:30 +08:00
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
}