增加支付教程

This commit is contained in:
egzosn@gmail.com
2017-09-28 10:01:52 +08:00
parent ccca5fb2e9
commit efbd81a943
13 changed files with 194 additions and 25 deletions

View File

@@ -121,6 +121,7 @@ public class ClientHttpRequest<T> extends HttpEntityEnclosingRequestBase impleme
}
@Override
public T handleResponse(HttpResponse response) throws ClientProtocolException, IOException {
final StatusLine statusLine = response.getStatusLine();