增加vivo支付与登录接口
This commit is contained in:
11
package/pay/vivo/model.go
Normal file
11
package/pay/vivo/model.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package vivo
|
||||
|
||||
type TokenAuthResponse struct {
|
||||
ReturnCode int `json:"retcode"`
|
||||
Data *TokenAuthResponseData `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
type TokenAuthResponseData struct {
|
||||
Success bool `json:"success,omitempty"`
|
||||
OpenId string `json:"openid,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user