自动化立体仓库 - WMS系统
pang.jiabao
昨天 973eed10d720c7dbd0020407c3b89fe1d385944f
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";
}