From eb69f461ca9654185ba2e2953f0ca4d83beeae7d Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Thu, 30 Jun 2022 16:55: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 d971ebc..37bb055 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 @@ -34,12 +34,12 @@ public class CrypBean { /** * 中信支付使用ClientId */ - @ApiModelProperty(value = "ClientId") + @ApiModelProperty(value = "clientId") public String clientId; /** * 中信支付使用OperationCode */ - @ApiModelProperty(value = "OperationCode") + @ApiModelProperty(value = "operationCode") public String operationCode; }