ApiResponse<BasicApiResponse> |
PetApi.ordercreateWithHttpInfo(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno)
电商端生成订单后通知智能柜服务器端
|
ApiResponse<BasicApiResponse> |
OrderApi.ordercreateWithHttpInfo(String apikey,
String nonce,
String sign,
String orderid,
String phone,
String cardfaceno,
String cardno)
电商端生成订单后通知智能柜服务器端
|
ApiResponse<RemotePutInHistoryResponse> |
BoxApi.remotePutInBoxHistoryWithHttpInfo(String apikey,
String nonce,
String sign,
String orderid)
远程存
|
ApiResponse<RemotePutInResponse> |
BoxApi.remotePutInBoxWithHttpInfo(String apikey,
String nonce,
String sign,
String boxno,
String butype,
String func,
String kphone,
String orderid,
String phone,
String size)
远程存
|
ApiResponse<RemoteTakeOutResponse> |
BoxApi.remoteTakeOutBoxWithHttpInfo(String apikey,
String nonce,
String sign,
String gridno,
String opencode,
String seqid)
远程取
|
ApiResponse<RemoteTakeOutResponse> |
BoxApi.remoteTakeOutHistoryWithHttpInfo(String apikey,
String nonce,
String sign,
String gridno,
String seqid)
查询取件状态
|
ApiResponse<BoxSearchResponse> |
BoxApi.searchBoxWithHttpInfo(String apikey,
String nonce,
String sign,
String city,
String district,
String branchno)
根据城市及区号及网点编号查询下属柜子
|
ApiResponse<BranchBoxSearchResponse> |
BoxApi.searchBranchBoxWithHttpInfo(String apikey,
String nonce,
String sign,
String city,
String district)
根据城市及区号查询下属网点及柜子
|
ApiResponse<BranchSearchResponse> |
BranchApi.searchBranchWithHttpInfo(String apikey,
String nonce,
String sign,
String city,
String district,
String orderid,
String phone)
根据城市及区号查询下属网点
|