mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -160,20 +160,20 @@ public class SpringBootTestController {
|
||||
|
||||
@Test
|
||||
public void testLianLian(){
|
||||
// // 获取令牌
|
||||
// 获取令牌
|
||||
// LianLianGetTokenDTO dto = new LianLianGetTokenDTO();
|
||||
// dto.setOperatorId("987654321");
|
||||
// dto.setOperatorSecret("1234567890abcdef");
|
||||
// String token = lianLianService.getToken(dto);
|
||||
// System.out.println("token:" + token);
|
||||
//
|
||||
//
|
||||
// dto.setOperatorId("MA1JLFUU8");
|
||||
// dto.setOperatorSecret("Nh62XxlIR5OjAzFj");
|
||||
String token = lianLianService.getToken("MA1JLFUU8", "fGwLsxW1HdzLw7jp");
|
||||
System.out.println("token:" + token);
|
||||
|
||||
|
||||
// LianLianPushStationInfoDTO dto1 = LianLianPushStationInfoDTO.builder()
|
||||
// .OperatorID("987654321")
|
||||
// .DataSecret("1234567890abcdef")
|
||||
// .DataSecretIV("1234567890abcdef")
|
||||
// .SigSecret("1234567890abcdef")
|
||||
// .token(token)
|
||||
// .OperatorID("MA1JLFUU8")
|
||||
// .DataSecret("HVicnbRZbhPdIdpF")
|
||||
// .DataSecretIV("JNvcjSOn1vhrE11M")
|
||||
// .SigSecret("53TtFpc4gdVZbF3x")
|
||||
// // .token(token)
|
||||
// .stationId(2L)
|
||||
//
|
||||
// .build();
|
||||
@@ -204,7 +204,7 @@ public class SpringBootTestController {
|
||||
// lianLianService.queryOrderSettlementInfo("C27680791529");
|
||||
|
||||
// 推送订单对账结果信息
|
||||
lianLianService.pushOrderReconciliationInfo("C27680791529");
|
||||
// lianLianService.pushOrderReconciliationInfo("C27680791529");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user