| 限定符和类型 | 方法和说明 |
|---|---|
YhsdResponse |
Api.delete(String path)
http delete请求
|
YhsdResponse |
Api.get(String path)
http get请求
|
YhsdResponse |
Api.get(String path,
Map<String,String> params)
http get请求
|
YhsdResponse |
Auth.getToken()
私有应用获取token
|
YhsdResponse |
Auth.getToken(String code)
公有应用获取token
|
YhsdResponse |
Api.post(String path,
String json)
http post请求
|
YhsdResponse |
Api.put(String path,
String json)
http put请求
|
protected static YhsdResponse |
Request.request(org.apache.http.client.methods.HttpUriRequest request) |
Copyright © 2016. All rights reserved.