diff --git a/CHANGELOG b/CHANGELOG index 266b81d..4002490 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +XEngine_Authorize V3.12.0.1001 + +增加:使用新的git module替换jsoncpp +增加:信息报告模块 +增加:天数类型现在已经支持了 +修改:分离版本列表从配置文件中 +修改:检测多端登录类型 +修正:会话模块不是秒卡也会合并计算用时导致的问题 +修正:客户端模块登录类型不正确的问题 +修正:自定义时间类型充值不正确的问题 +修正:次数卡登录的时候可能计算不正确的问题 + +added:use new git modules instead jsoncpp and info report +added:info report module +added:day type supported +modify:detach the version list into a separate configuration file +modify:check multi login type +fixed:the problem of merging login time instead of seconds for session module +fixed:login type is incorrect for client module +fixed:time of custom type pay is incorrect +fixed:time number is incorrect when login +================================================================ XEngine_Authorize V3.11.0.1001 增加:客户端模块的http版本支持获取动态码 diff --git a/README.en.md b/README.en.md index e32d35d..e01bfb5 100644 --- a/README.en.md +++ b/README.en.md @@ -124,7 +124,8 @@ The V3 version is a new version, developed to meet the requirements of many envi ## update guide Database update Use Navicat and other database software to open the judgment table and the different fields for modification -After modification, directly copy the database to the new version to overwrite, and modify your configuration file +After modification, directly copy the database to the new version to overwrite, and modify your configuration file +3.11->3.12 A new time field has been added to the user table, please refer to the SQL file ## Authorization instructions Use this software must be open source and indicate the source,If you want closed source and commercial,Then need to be authorized by the author. diff --git a/README.md b/README.md index 4ec08a3..3c5ae42 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,8 @@ V3版本为全新版本,为了适应过多环境要求开发 ## 更新指导 数据库更新使用Navicat等数据库软件打开判断表和字段不同的地方进行修改 -修改完毕后直接把数据库拷贝到新的版本进行覆盖,修改你的配置文件即可 +修改完毕后直接把数据库拷贝到新的版本进行覆盖,修改你的配置文件即可 +3.11->3.12用户表增加了新的时间字段,请参考SQL文件 ## 视频教程 你也可以观看视频教程来了解我们的代码框架情况:https://www.bilibili.com/video/BV1iF4m177aG @@ -143,7 +144,6 @@ V3版本为全新版本,为了适应过多环境要求开发 ## 开发计划 mfc转qt界面库(我们需要会Qt的人员加入一起开发) -天数卡按照使用天数计费,不使用不计费 多端登录注册类型开关 短信登录,扫码登录 生成会话TOKEN分布式鉴权 diff --git a/XEngine_Docment/Docment_en.docx b/XEngine_Docment/Docment_en.docx index 28c847b..e5e5cb2 100644 Binary files a/XEngine_Docment/Docment_en.docx and b/XEngine_Docment/Docment_en.docx differ diff --git a/XEngine_Docment/Docment_zh.docx b/XEngine_Docment/Docment_zh.docx index 153b357..3d688c4 100644 Binary files a/XEngine_Docment/Docment_zh.docx and b/XEngine_Docment/Docment_zh.docx differ