From 5cda2f1c0ac23a180e58bb8a5f61470b836898c3 Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Fri, 25 Aug 2023 09:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A9=E6=93=8E=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crypconfigure/service/impl/CrypConfigureServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2d05cab..556657f 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 @@ -403,7 +403,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl map) { - UniBss uniBss = new UniBss(); + CrypUniBss uniBss = new CrypUniBss(); uniBss.setUniBssAttached(new UniBssAttached().setMediaInf("")); //天擎部分head UniBssUtil util = new UniBssUtil(app_id, app_secret);