public class PublicService extends Weibo
| Constructor and Description |
|---|
PublicService() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
cityList(String province)
获取城市列表
|
org.json.JSONArray |
cityList(String province,
String language) |
org.json.JSONArray |
cityList(String province,
String capital,
String language) |
org.json.JSONArray |
cityListOfCapital(String province,
String capital) |
org.json.JSONArray |
countryList()
获取国家列表
|
org.json.JSONArray |
countryList(String language) |
org.json.JSONArray |
countryList(String capital,
String language) |
org.json.JSONArray |
countryListOfCapital(String capital) |
org.json.JSONArray |
getLocationByCode(String codes)
通过地址编码获取地址名称
|
org.json.JSONObject |
getTomeZone()
获取时区配置表
|
org.json.JSONArray |
provinceList(String country)
获取省份列表
|
org.json.JSONArray |
provinceList(String country,
String language) |
org.json.JSONArray |
provinceList(String country,
String capital,
String language) |
org.json.JSONArray |
provinceListOfCapital(String country,
String capital) |
public org.json.JSONArray getLocationByCode(String codes) throws WeiboException
WeiboExceptionpublic org.json.JSONArray provinceList(String country) throws WeiboException
WeiboExceptionpublic org.json.JSONArray provinceListOfCapital(String country, String capital) throws WeiboException
WeiboExceptionpublic org.json.JSONArray provinceList(String country, String language) throws WeiboException
WeiboExceptionpublic org.json.JSONArray provinceList(String country, String capital, String language) throws WeiboException
WeiboExceptionpublic org.json.JSONArray cityList(String province) throws WeiboException
WeiboExceptionpublic org.json.JSONArray cityListOfCapital(String province, String capital) throws WeiboException
WeiboExceptionpublic org.json.JSONArray cityList(String province, String language) throws WeiboException
WeiboExceptionpublic org.json.JSONArray cityList(String province, String capital, String language) throws WeiboException
WeiboExceptionpublic org.json.JSONArray countryList()
throws WeiboException
WeiboExceptionpublic org.json.JSONArray countryListOfCapital(String capital) throws WeiboException
WeiboExceptionpublic org.json.JSONArray countryList(String language) throws WeiboException
WeiboExceptionpublic org.json.JSONArray countryList(String capital, String language) throws WeiboException
WeiboExceptionpublic org.json.JSONObject getTomeZone()
throws WeiboException
WeiboExceptionCopyright © 2013. All Rights Reserved.