1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package response
|
||||
|
||||
type TaobaoAppipGetResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
ISV发起请求服务器IP
|
||||
*/
|
||||
Ip string `json:"ip,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user