自动化立体仓库 - WMS系统
skyouc
21 小时以前 a57445f55e84b7cf6bd26cf152a0ffa7f62f54f2
src/main/java/com/zy/common/constant/MesConstant.java
@@ -13,4 +13,15 @@
    public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList";
    /**
     * token通过header传递的名称
     */
    public static final String TOKEN_HEADER_NAME = "Authorization";
    /**
     * token通过参数传递的名称
     */
    public static final String TOKEN_PARAM_NAME = "access_token";
}