张天森
2022-10-14 63d34fe6dfeb8b3df01d1f3d70a4a0ab8ce69abe
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/controller/BaseController.java
@@ -140,6 +140,9 @@
    public String getAppId(){
        String appid = this.getRequest().getHeader("appid");
        if(StringUtils.isEmpty(appid)){
            return "wx0cef797390444b75";
        }
        return appid;
    }