| | |
| | | */ |
| | | public class MesConstant { |
| | | |
| | | //小系统接口地址 |
| | | public static final String URL = "http://webservice.kopen.com.cn:1482/kc-api/api/wms/ "; |
| | | |
| | | public static final String URL = "http://192.168.1.72:8301"; |
| | | //上架派工单反馈 |
| | | public static final String IN_DISPATCH_RESULT = "getInDispatchResult"; |
| | | //备货指示派工单反馈 |
| | | public static final String OUT_DISPATCH_RESULT = "getOutDispatchResult"; |
| | | //备货订单反馈 |
| | | public static final String OUT_DETAILS_RESULT = "getOutDetailsResult"; |
| | | |
| | | 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"; |
| | | /** |
| | | * token通过header传递的名称 |
| | | */ |
| | | public static final String TOKEN_HEADER_NAME = "Authorization"; |
| | | |
| | | /** |
| | | * token通过参数传递的名称 |
| | | */ |
| | | public static final String TOKEN_PARAM_NAME = "access_token"; |
| | | |
| | | } |