生产ip调整

ht
qijirenjian 3 months ago
parent 758b985c35
commit 33b4590948

@ -12,9 +12,12 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.weaver.verupgrade.general.BaseBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
// Referenced classes of package com.weaver.seconddev.interfaces.srmoa:
// OaSrmVendorPropmtionServiceServiceStub
@Component
public class CallVdDlvApplyServices extends BaseBean {
private static final org.slf4j.Logger logger_5d55910e = LoggerFactory.getLogger(CallVdDlvApplyServices.class);

@ -119,7 +119,7 @@ public class ApiController {
private static void sendcusmes(String send, String recive){
String corpId = "9d18deb9bbeb98f7a2402808f8bb8ce8";
String host = "http://10.6.23.235:20600";
String host = "http://10.6.24.64:20600";
String appKey = "179a9854c471d161db69ec9f16c6e1e";
String app_secret = "9aa17e9391d8fdf4be44f78e2a26be30";

@ -54,7 +54,7 @@ public class AutoCreateWorkflowService {
@Autowired
private ConfigProp configProp;
private static final String HOST = "http://10.6.23.235:20600/papi/openapi";
private static final String HOST = "http://10.6.24.64:20600/papi/openapi";
public String createWorkflow(String loginName, String password, String workflowId, String creator, String requestLevel, String mainTable , String[] detailTables){

@ -15,7 +15,7 @@ import org.springframework.stereotype.Service;
public class DemoService {
private final static Logger log = LoggerFactory.getLogger(DemoService.class);
private static final String HOST = "http://10.6.23.235:20600/papi/openapi";
private static final String HOST = "http://10.6.24.64:20600/papi/openapi";
@Autowired
private DocUtil docUtil;

@ -32,7 +32,7 @@ public class AccessTokenUtil {
//private static String APP_SECRET = "9aa17e9391d8fdf4be44f78e2a26be30";
private static String APP_SECRET = "3e86b82ada2b72fdd3d7929d5623b04f";
private static String HOST = "http://10.6.23.235:20600/papi/openapi";
private static String HOST = "http://10.6.24.64:20600/papi/openapi";
/**
* AccessToken

@ -31,7 +31,7 @@ public class SecondUtil {
public static String getNacosContent(String dataId,String group,String key) {
String configSingle = "";
// 定义 Nacos 服务器地址和配置信息
String serverAddr = "10.6.23.235:20000";
String serverAddr = "10.6.24.64:20000";
// 初始化 Nacos 配置服务
Properties properties = new Properties();

Loading…
Cancel
Save