1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package response
|
||||
|
||||
type TaobaoTopAuthTokenCreateResponse struct {
|
||||
|
||||
/*
|
||||
System request id
|
||||
*/
|
||||
RequestId string `json:"request_id,omitempty" `
|
||||
|
||||
/*
|
||||
System body
|
||||
*/
|
||||
Body string
|
||||
|
||||
/*
|
||||
返回的是json信息,和之前调用https://oauth.taobao.com/tac/token https://oauth.alibaba.com/token 换token返回的字段信息一致
|
||||
*/
|
||||
TokenResult string `json:"token_result,omitempty" `
|
||||
}
|
||||
Reference in New Issue
Block a user