jeewx-boot icon indicating copy to clipboard operation
jeewx-boot copied to clipboard

JAVA版免费开源的微信管家平台。支持微信公众号、小程序、第三方平台等。平台已经实现了公众号基础管理、群发、系统权限、抽奖活动、小程序官网等功能,便于二次开发,可以快速搭建微信应用!

Results 18 jeewx-boot issues
Sort by recently updated
recently updated
newest added

Bumps `poi.version` from 3.9 to 4.1.2. Updates `poi` from 3.9 to 4.1.2 Updates `poi-ooxml` from 3.9 to 4.1.2 Updates `poi-ooxml-schemas` from 3.9 to 4.1.2 Dependabot will resolve any conflicts with...

dependencies

##### 版本号: ALL ##### 问题描述: 在类似/system/back/jwSystemUser/list.do页面可以通过将 back 编码或者访问 list.bbbb的方式绕过权限校验,造成未授权访问。 ##### 问题截图: 没有admin权限的时候,正常访问/system/back/jwSystemUser/list.do会返回401。 但是访问类似http://demo.jeewx.com/system/ba%63k/jwSystemUser/list.bbbb 由页面显示 ![image](https://user-images.githubusercontent.com/11902518/90840580-eed3b580-e38c-11ea-9af1-69b88394652d.png) 同样访问 http://demo.jeewx.com/system/ba%63k/jwSystemUser/list.do ![image](https://user-images.githubusercontent.com/11902518/90840652-1f1b5400-e38d-11ea-87b7-962e10e58b30.png) 正常返回: ![image](https://user-images.githubusercontent.com/11902518/90840661-26daf880-e38d-11ea-9f65-51862e2a7941.png) 第一个主要问题在于 https://github.com/zhangdaiscott/jeewx-boot/blob/master/jeewx-boot-base-system/src/main/java/com/jeecg/p3/system/interceptors/LoginInterceptor.java#L113 ![image](https://user-images.githubusercontent.com/11902518/90840698-440fc700-e38d-11ea-836f-45dcf64df795.png) list 为null的时候返回true。 第二个问题在于: https://github.com/zhangdaiscott/jeewx-boot/blob/master/jeewx-boot-base-system/src/main/java/com/jeecg/p3/system/interceptors/LoginInterceptor.java#L51 ![image](https://user-images.githubusercontent.com/11902518/90840730-5984f100-e38d-11ea-8cd1-a9e4ef2fb8b8.png) url编码以后 requestPath.index("/back/")找不到,返回-1,函数返回true。

##### 版本号: 目前这个版本 ##### 问题描述: 1.我配置了jeewx.properties后,然后在公众号里面配置url token等信息,但是提交的时候一直失败,后台报错无权限 2.图片我用阿里的http不用定义域名行吗,然后我配置文件设置了阿里域名,最后回去到图片的路径还是以前的那个 3.关注后有个提示语,设置了文本消息,但是关注后没有任何反应 ##### 问题截图: ![1588927350(1)](https://user-images.githubusercontent.com/40256276/81388540-01621000-914b-11ea-9f59-f6e7c57bd2ac.png) ![1588927560(1)](https://user-images.githubusercontent.com/40256276/81389007-ba284f00-914b-11ea-81e9-c34dd277b50e.png) ![1588927579(1)](https://user-images.githubusercontent.com/40256276/81389018-be546c80-914b-11ea-9166-0e539b45616a.png) ![1588927629(1)](https://user-images.githubusercontent.com/40256276/81389034-c4e2e400-914b-11ea-8d77-13a486e896d5.png)

##### 版本号:1.1.0 ##### 问题描述:演示地址有cms,拉下来的源码里没有 ##### 问题截图:

##### 版本号:1.1.0 ##### 问题描述:请问该项目是采用什么生成entity、mapper等模块的 ##### 问题截图:

The problem exists in the "WeixinSystemProjectController.java",You can see that there is no filtering in the code: The code use "${" to splice the parameters directly in the "WeixinSystemProject.xml". And this...

文章插入视频是很多网站的基本需求,微信公众号的图文素材编辑就有视频编辑,本平台的文章插入视频试了腾讯和优酷的视频地址,都不能用

##### 版本号: 2.4 ##### 问题描述: IE浏览器下载文件时文件名出现乱码,chrome和edge浏览器功能正常 下载文件是用的jeecgListMixin.vue下面函数 downloadFile(text){ if(!text){ this.$message.warning("未知的文件") return; } if(text.indexOf(",")>0){ text = text.substring(0,text.indexOf(",")) } let url = getFileAccessHttpUrl(text) window.open(url); }, ##### 问题截图: ![image](https://user-images.githubusercontent.com/15886620/216276288-633c17fd-10c7-4bdd-abf6-9f674346c8c3.png) 请问这是什么原因,谢谢帮忙