-
admin
2024-05-23 982c840def83ad765529635258599b5924499548
jcdm-main/src/main/java/com/jcdm/main/restful/factoryMes/service/RestfulService.java
@@ -6,11 +6,17 @@
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());
//        getWorkReportResultFeedback() https://imes-uat-group.geelycv-test.com
    }
    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 +83,5 @@
                .execute();
        return response.body();
    }
    //HttpResponse response = HttpRequest.post(url).body(JSONUtil.toJsonStr(vo)).execute();
}