mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
手动创建结算账户
This commit is contained in:
@@ -198,6 +198,14 @@ public class SpringBootTestController {
|
||||
@Autowired
|
||||
private OrderPileOccupyService orderPileOccupyService;
|
||||
|
||||
@Test
|
||||
public void createDeleteSettleAccountRequestTest() throws BaseAdaPayException {
|
||||
String adapayMemberId = "ACM69424215";
|
||||
String settleAccountId = "0498291998695360";
|
||||
String wechatAppId = "wxbb3e0d474569481d";
|
||||
adapayService.createDeleteSettleAccountRequest(adapayMemberId, settleAccountId, wechatAppId);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void queryDrawcashDetailTest() throws BaseAdaPayException {
|
||||
String orderNo = "drawcash_1692339516947";
|
||||
|
||||
Reference in New Issue
Block a user