update 联联平台查询充电状态接口

This commit is contained in:
Lemon
2023-05-31 15:24:18 +08:00
parent 52884983f5
commit f310d4f022
5 changed files with 110 additions and 24 deletions

View File

@@ -137,6 +137,9 @@ public class YKCUtils {
String s1 = convertDecimalPoint(bytess, 5);
System.out.println(s1);
String amount = "1000";
byte[] priceByte = getPriceByte(amount, 2);
System.out.println(BytesUtil.bin2HexStr(priceByte));
}
/**