From 0fedae763e2e8dea34778cce8185ee4f7bf875c7 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Thu, 30 Jun 2022 16:53:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=AD=E4=BF=A1=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=B2=83=E6=94=AF=E4=BB=98http=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=8C=E8=AF=B7=E6=B1=82=E5=A4=B4=E5=A2=9E=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=20"ClientId",=20"com.unicom.hq.bid"=20"OperationCode"?= =?UTF-8?q?,=20"com.unicom.fcp.uapService.registeredMembers.process"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/extend/crypconfigure/entity/CrypBean.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/entity/CrypBean.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/entity/CrypBean.java index 463a4af..d971ebc 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/entity/CrypBean.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/entity/CrypBean.java @@ -35,11 +35,11 @@ public class CrypBean { * 中信支付使用ClientId */ @ApiModelProperty(value = "ClientId") - public String ClientId; + public String clientId; /** * 中信支付使用OperationCode */ @ApiModelProperty(value = "OperationCode") - public String OperationCode; + public String operationCode; }