wujian
2024-05-13 6a462fcca2e65cc3a38ed79522d966306756341f
jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java
@@ -6,11 +6,16 @@
import org.springframework.web.bind.annotation.RequestParam;
public class RestfulService {
    public static final String getRealmName = "https://imes-test-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration";
    public static void main(String[] args) {
        String str = "uuuuuu11uuuuuuuuuuuuuuu";
        System.out.println(str.length());
    }
    public static final String getRealmName = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration";
    public static final String postRealmName = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface";
    public static final String siteCode = "9786";
    public static final String siteCode = "3983";
    /**
     * 生产工单请求接口
@@ -77,4 +82,5 @@
                .execute();
        return response.body();
    }
    //HttpResponse response = HttpRequest.post(url).body(JSONUtil.toJsonStr(vo)).execute();
}