0x05改为与平台不一致

This commit is contained in:
Lemon
2025-07-02 09:10:46 +08:00
parent e2e3569431
commit d6804e880b

View File

@@ -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);