|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TenpayAddress | |
|---|---|
| com.belerweb.social.qq.connect.api | |
| Uses of TenpayAddress in com.belerweb.social.qq.connect.api |
|---|
| Methods in com.belerweb.social.qq.connect.api that return types with arguments of type TenpayAddress | |
|---|---|
Result<List<TenpayAddress>> |
QQConnect.getTenpayAddr(String accessToken,
String openId)
获取财付通用户的收货地址。一个用户可能设置了多条收货地址信息。查询的用户必须为财付通用户,否则查询将返回失败。 文档地址:http://wiki.connect.qq.com/get_tenpay_addr |
Result<List<TenpayAddress>> |
QQConnect.getTenpayAddr(String accessToken,
String openId,
Integer offset,
Integer limit)
获取财付通用户的收货地址。一个用户可能设置了多条收货地址信息。查询的用户必须为财付通用户,否则查询将返回失败。 文档地址:http://wiki.connect.qq.com/get_tenpay_addr |
Result<List<TenpayAddress>> |
QQConnect.getTenpayAddr(String accessToken,
String oauthConsumerKey,
String openId,
Integer offset,
Integer limit)
获取财付通用户的收货地址。一个用户可能设置了多条收货地址信息。查询的用户必须为财付通用户,否则查询将返回失败。 文档地址:http://wiki.connect.qq.com/get_tenpay_addr |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||