From eb45fadcef1dd15b3bd6441f1a9a67b90fef614c Mon Sep 17 00:00:00 2001 From: zhengyf Date: Wed, 23 Oct 2024 14:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BD=E7=9F=A5=EF=BC=9Aofs=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=8E=AF=E5=A2=83=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hzya/frame/ttxofs/dto/InterfaceParamByU8CApiDto.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/ttxofs/dto/InterfaceParamByU8CApiDto.java b/service/src/main/java/com/hzya/frame/ttxofs/dto/InterfaceParamByU8CApiDto.java index d55fb277..941d72d8 100644 --- a/service/src/main/java/com/hzya/frame/ttxofs/dto/InterfaceParamByU8CApiDto.java +++ b/service/src/main/java/com/hzya/frame/ttxofs/dto/InterfaceParamByU8CApiDto.java @@ -16,18 +16,21 @@ import lombok.Data; @Data public class InterfaceParamByU8CApiDto extends InterfaceBasics { - private String bashHttpUrl = "http://39.98.58.229/api/edi/u8c/ofs/in"; +// private String bashHttpUrl = "http://39.98.58.229/api/edi/u8c/ofs/in"; + private String bashHttpUrl = "http://39.98.168.188:30002/api/edi/u8c/ofs/in"; private String api; private String format = "json"; - private String appKey = "1023142858"; +// private String appKey = "1023142858"; + private String appKey = "2097046829"; private String v = "1.0"; private String sign; - private String secret = "382e4a2584027a36ac9431103"; +// private String secret = "382e4a2584027a36ac9431103"; + private String secret = "35282f251476a3af4f00c7b36"; private String timestamp;