yanghui
2022-12-01 e78a7c543c0e3510cfab36ac0ea1b8e9ea7a608f
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;
    }