mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
0x05改为与平台不一致
This commit is contained in:
@@ -60,7 +60,7 @@ public class BillingTemplateValidateRequestHandler extends AbstractYkcHandler {
|
||||
String billingTemplateCode = BytesUtil.binary(billingTemplateCodeByte, 16);
|
||||
|
||||
// byte[] flag = Constants.oneByteArray; 0x00 桩计费模型与平台一致 0x01桩计费模型与平台不一致
|
||||
byte[] flag = Constants.zeroByteArray;
|
||||
byte[] flag = Constants.oneByteArray;
|
||||
|
||||
// 消息体
|
||||
byte[] messageBody = Bytes.concat(pileSnByte, billingTemplateCodeByte, flag);
|
||||
|
||||
Reference in New Issue
Block a user