| | |
| | | package com.mandi.fendan.util; |
| | | |
| | | // 正式环境 和测试环境请注意 |
| | | public class Contants { |
| | | |
| | | public static int XSTDlastSearchday = 120;// 销售提单分单查询最后时间 120天 |
| | |
| | | //nc发货单推送分单系统action值 |
| | | public static String NcactionCode_add = "1020"; |
| | | public static String NcactionCode_del = "1022"; |
| | | public static String NcactionCode_close = "1024"; |
| | | public static String NcactionCode_close = "1024"; // 关闭 |
| | | public static String NcactionCode_open = "1026"; |
| | | |
| | | // 分单系统推送一卡通系统地址 |
| | |
| | | |
| | | |
| | | //分单系统推送一卡通测试地址 |
| | | public static String yktLocalAdd= "http://127.0.0.1:8085"; // "http://10.1.1.9:8088";//一卡通外网测试地址 |
| | | public final static String msLedServiceAddr= "http://192.168.200.211:8077/APPService.asmx"; // 明晟ABC区LED |
| | | // public static String yktLocalAdd="http://10.0.12.9:8088";//一卡通外网测试地址 |
| | | // public static String yktLocalAdd="http://125.46.81.106:8088";//一卡通外网测试地址 |
| | | //分单回写nc系统测试地址NCfdhx_url |
| | | public static String NCfdhx_url = "http://10.0.13.20:9088/api/Domain/mtcesb/servlet/PubAPIServlet"; |
| | | // 正式 |
| | | public static String yktLocalAdd = "http://10.0.12.11:8080"; |
| | | |
| | | public static String yr_scanCodeNoticeUrl = yktLocalAdd + "/routine/app/notice/scan.htm"; // 通知义瑞装车的接口 |
| | | public static String yr_canDoScanUrl = yktLocalAdd + "/routine/app/notice/canDoScan.htm"; // 通知义瑞装车的接口 |
| | | |
| | | //有可能变动的变量,切记不要写成final了,否则常量值编译到文件里面了;遇到一个final的问题,替换配置文件无效,很郁闷,原来是这里导致的问题;聪明反被聪明误; |
| | | public static String msLedServiceAddr= "http://10.22.12.104:8080/APPService.asmx"; // 明晟装车 ABC区LED webservice |
| | | public static String yr_zcLedUrl = "http://10.4.12.97:8080/APPService.asmx"; // 义瑞LED 装车 webservice |
| | | //分单回写nc系统测试地址 |
| | | // public static String NCfdhx_url = "http://10.0.13.20:9090/api/Domain/mtcesb/servlet/PubAPIServlet"; |
| | | // 正式 |
| | | public static String NCfdhx_url = "http://10.0.12.17:9088/api/Domain/mtcesb/servlet/PubAPIServlet"; |
| | | |
| | | // 获取一卡通编号,分单表头推送一卡通,取消分单删除一卡通业务单信息,业务单发送短信, |
| | | public static String YKTgetPrefix_url = yktLocalAdd+"/ws/api/prefix"; |