丽知:ofs正式环境信息修改

This commit is contained in:
zhengyf 2024-10-23 14:33:33 +08:00
parent 017ea3ee82
commit eb45fadcef
1 changed files with 6 additions and 3 deletions

View File

@ -16,18 +16,21 @@ import lombok.Data;
@Data @Data
public class InterfaceParamByU8CApiDto extends InterfaceBasics { 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 api;
private String format = "json"; private String format = "json";
private String appKey = "1023142858"; // private String appKey = "1023142858";
private String appKey = "2097046829";
private String v = "1.0"; private String v = "1.0";
private String sign; private String sign;
private String secret = "382e4a2584027a36ac9431103"; // private String secret = "382e4a2584027a36ac9431103";
private String secret = "35282f251476a3af4f00c7b36";
private String timestamp; private String timestamp;