public class IndentInfoSCAClient extends Object implements IndentInfoService
| 构造器和说明 |
|---|
IndentInfoSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
AliPayStatusQuery(String orderId) |
String |
getIndentByIndentCode(String indentCode)
根据订单号查询订单详细信息
|
IndentInfoService |
getIndentInfoService() |
void |
noticeBack(String indentCode,
int respCode,
int payManner)
回调service,入参订单号和状态
|
void |
paymentStatus(Long fundId,
Long userId,
Double income,
int respCode)
提现回调service,入参fund的userId、金额和状态
|
void |
setIndentInfoService(IndentInfoService indentInfoService) |
Boolean |
setPayAt(String orderId,
Long payAt) |
public IndentInfoService getIndentInfoService()
public void setIndentInfoService(IndentInfoService indentInfoService)
public String getIndentByIndentCode(String indentCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
IndentInfoServicegetIndentByIndentCode 在接口中 IndentInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoException - key totalMoney--金额
province--省
city---市
county-县
addressDetail--地址详细信息
receiverName--收货人姓名
receiveMobile--收货人手机号
goodsName--商品名称
status--订单状态 int类型
userId--用户IDpublic void noticeBack(String indentCode, int respCode, int payManner) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
IndentInfoServicenoticeBack 在接口中 IndentInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void paymentStatus(Long fundId, Long userId, Double income, int respCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
IndentInfoServicepaymentStatus 在接口中 IndentInfoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean AliPayStatusQuery(String orderId)
AliPayStatusQuery 在接口中 IndentInfoServicepublic Boolean setPayAt(String orderId, Long payAt)
setPayAt 在接口中 IndentInfoServiceCopyright © 2019. All rights reserved.