| | |
| | | */ |
| | | public class MesConstant { |
| | | |
| | | public static final String URL = "http://192.168.99.130:80"; |
| | | // ERP对接基础地址 |
| | | // public static final String URI = "http://192.168.99.130:80"; |
| | | public static final String URI = "http://127.0.0.1:8080/yhfzwms/open/asrs"; |
| | | |
| | | public static final String PACK_DOWN_URL = "mes/api/zy/v1/packDown/sendList"; |
| | | |
| | | public static final String PAKIN_URL = "mes/api/zy/v1/warehouse/sendList"; |
| | | |
| | | public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList"; |
| | | /** |
| | | * token通过header传递的名称 |
| | | */ |
| | | public static final String TOKEN_HEADER_NAME = "Authorization"; |
| | | |
| | | } |