public interface IndentInfoService
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
AliPayStatusQuery(String orderId) |
String |
getIndentByIndentCode(String indentCode)
根据订单号查询订单详细信息
|
void |
noticeBack(String indentCode,
int respCode,
int payManner)
回调service,入参订单号和状态
|
void |
paymentStatus(Long fundId,
Long userId,
Double income,
int respCode)
提现回调service,入参fund的userId、金额和状态
|
Boolean |
setPayAt(String orderId,
Long payAt) |
String getIndentByIndentCode(String indentCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoException - key totalMoney--金额
province--省
city---市
county-县
addressDetail--地址详细信息
receiverName--收货人姓名
receiveMobile--收货人手机号
goodsName--商品名称
status--订单状态 int类型
userId--用户IDvoid noticeBack(String indentCode, int respCode, int payManner) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid paymentStatus(Long fundId, Long userId, Double income, int respCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.