From ae0278d3df5e14b079a9b3114548252d4916b653 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Thu, 30 Jun 2022 16:00:55 +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 --- .../ebtp/extend/crypconfigure/entity/CrypBean.java | 10 ++++++++++ .../service/impl/CrypConfigureServiceImpl.java | 8 ++++---- 2 files changed, 14 insertions(+), 4 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 10a6833..463a4af 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 @@ -31,5 +31,15 @@ public class CrypBean { */ @ApiModelProperty(value = "天擎接口地址") public String url; + /** + * 中信支付使用ClientId + */ + @ApiModelProperty(value = "ClientId") + public String ClientId; + /** + * 中信支付使用OperationCode + */ + @ApiModelProperty(value = "OperationCode") + public String OperationCode; } diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java index 93af8f8..dd4fb53 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java @@ -192,7 +192,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl