| Package | Description |
|---|---|
| cn.acey.integrate.usmartbox.client | |
| cn.acey.integrate.usmartbox.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
PetApi.ordercreateAsync(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno,
ApiCallback<BasicApiResponse> callback)
电商端生成订单后通知智能柜服务器端 (asynchronously)
|
com.squareup.okhttp.Call |
OrderApi.ordercreateAsync(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno,
ApiCallback<BasicApiResponse> callback)
电商端生成订单后通知智能柜服务器端 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.remotePutInBoxAsync(String apikey,
String nonce,
String sign,
String boxno,
String butype,
String func,
String kphone,
String orderid,
String phone,
String size,
ApiCallback<RemotePutInResponse> callback)
远程存 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.remotePutInBoxHistoryAsync(String apikey,
String nonce,
String sign,
String orderid,
ApiCallback<RemotePutInHistoryResponse> callback)
远程存 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.remoteTakeOutBoxAsync(String apikey,
String nonce,
String sign,
String gridno,
String opencode,
String seqid,
ApiCallback<RemoteTakeOutResponse> callback)
远程取 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.remoteTakeOutHistoryAsync(String apikey,
String nonce,
String sign,
String gridno,
String seqid,
ApiCallback<RemoteTakeOutResponse> callback)
查询取件状态 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.searchBoxAsync(String apikey,
String nonce,
String sign,
String city,
String district,
String branchno,
ApiCallback<BoxSearchResponse> callback)
根据城市及区号及网点编号查询下属柜子 (asynchronously)
|
com.squareup.okhttp.Call |
BranchApi.searchBranchAsync(String apikey,
String nonce,
String sign,
String city,
String district,
String orderid,
String phone,
ApiCallback<BranchSearchResponse> callback)
根据城市及区号查询下属网点 (asynchronously)
|
com.squareup.okhttp.Call |
BoxApi.searchBranchBoxAsync(String apikey,
String nonce,
String sign,
String city,
String district,
ApiCallback<BranchBoxSearchResponse> callback)
根据城市及区号查询下属网点及柜子 (asynchronously)
|
Copyright © 2020. All rights reserved.