|
|
@ -304,10 +304,11 @@ public class HighThirdPartyController { |
|
|
|
@RequestParam(name = "productType", required = true) Integer productType, |
|
|
|
@RequestParam(name = "productType", required = true) Integer productType, |
|
|
|
@RequestParam(name = "productId", required = false) Long productId, |
|
|
|
@RequestParam(name = "productId", required = false) Long productId, |
|
|
|
@RequestParam(name = "orderNo", required = false) String orderNo, |
|
|
|
@RequestParam(name = "orderNo", required = false) String orderNo, |
|
|
|
|
|
|
|
@RequestParam(name = "payType", required = false) String payType, |
|
|
|
@RequestParam(name = "companyId", required = true) Long companyId) { |
|
|
|
@RequestParam(name = "companyId", required = true) Long companyId) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
|
|
|
|
|
|
|
|
return ResponseMsgUtil.success(thirdProductConfig.getThirdPartyByDetail(platformId , productType , companyId , productId , orderNo)); |
|
|
|
return ResponseMsgUtil.success(thirdProductConfig.getThirdPartyByDetail(platformId , productType , companyId , productId , orderNo , payType)); |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("HighUserCardController --> oilCardRefund() error!", e); |
|
|
|
log.error("HighUserCardController --> oilCardRefund() error!", e); |
|
|
|