| Package | Description |
|---|---|
| cn.acey.integrate.usmartbox.client | |
| cn.acey.integrate.usmartbox.client.api |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
| Constructor and Description |
|---|
ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody,
ProgressRequestBody.ProgressRequestListener progressListener) |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
PetApi.ordercreateCall(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ordercreate
|
com.squareup.okhttp.Call |
OrderApi.ordercreateCall(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ordercreate
|
com.squareup.okhttp.Call |
BoxApi.remotePutInBoxCall(String apikey,
String nonce,
String sign,
String boxno,
String butype,
String func,
String kphone,
String orderid,
String phone,
String size,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for remotePutInBox
|
com.squareup.okhttp.Call |
BoxApi.remotePutInBoxHistoryCall(String apikey,
String nonce,
String sign,
String orderid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for remotePutInBoxHistory
|
com.squareup.okhttp.Call |
BoxApi.remoteTakeOutBoxCall(String apikey,
String nonce,
String sign,
String gridno,
String opencode,
String seqid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for remoteTakeOutBox
|
com.squareup.okhttp.Call |
BoxApi.remoteTakeOutHistoryCall(String apikey,
String nonce,
String sign,
String gridno,
String seqid,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for remoteTakeOutHistory
|
com.squareup.okhttp.Call |
BoxApi.searchBoxCall(String apikey,
String nonce,
String sign,
String city,
String district,
String branchno,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchBox
|
com.squareup.okhttp.Call |
BoxApi.searchBranchBoxCall(String apikey,
String nonce,
String sign,
String city,
String district,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchBranchBox
|
com.squareup.okhttp.Call |
BranchApi.searchBranchCall(String apikey,
String nonce,
String sign,
String city,
String district,
String orderid,
String phone,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchBranch
|
Copyright © 2020. All rights reserved.