mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update
This commit is contained in:
@@ -781,13 +781,13 @@ public class SpringBootTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createRefundRequestTest() {
|
||||
String paymentId = "0022120231026150915990563512626531311616";
|
||||
BigDecimal refundAmount = new BigDecimal("30.53");
|
||||
String memberId = "65879222";
|
||||
String orderCode = "C61028961274";
|
||||
String paymentId = "0022120231226155420105856296289509498883333";
|
||||
BigDecimal refundAmount = new BigDecimal("11.62");
|
||||
String memberId = "46487809";
|
||||
String orderCode = "C80414417003";
|
||||
// 调汇付的交易退款接口
|
||||
RefundResponse response = adapayService.createRefundRequest(paymentId, refundAmount,
|
||||
wechatAppId1, memberId, ScenarioEnum.ORDER.getValue(), orderCode);
|
||||
wechatAppId2, memberId, ScenarioEnum.ORDER.getValue(), orderCode);
|
||||
System.out.println(JSON.toJSONString(response));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user