Skip to content

Commit 3a3d301

Browse files
committed
update:CHANGELOG COPYRIGHT configure
1 parent 2e8fe43 commit 3a3d301

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
XEngine_APIService V2.7.0.1001
2+
3+
增加:日志信息操作API相关函数
4+
增加:时间信息获取lua脚本
5+
优化:扩展了HTTP参数缓存大小
6+
优化:HTTP请求函数
7+
修改:ip查询功能修改为模块插件
8+
修改:电话查询功能修改为模块插件
9+
修改:数据库从SQLITE改为MYSQL
10+
修正:id和银行查询打包中文不正确的问题
11+
删除:cdkey相关API函数库
12+
删除:SQLITE相关代码
13+
14+
added:log info support
15+
added:time plugin of lua
16+
improved:extend http parament cache size
17+
improved:http request function
18+
modify:ipaddr query modify to plugin of module
19+
modify:phone number query modify to plugin of module
20+
modify:database to mysql from sqlite
21+
fixed:id and bank query packet chinese is incorrent
22+
delete:cdkey functions
23+
delete:sqlite db
24+
======================================================================================
125
XEngine_APIService V2.6.1.1001
226

327
修正:在linux系统下无法加载模块插件的问题

COPYRIGHT

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
the open source software depend on the following libraries, please note the copyright
22
XEngine:https://gitee.com/xyry/libxengine or https://github.com/libxengine/xengine
33
jsoncpp:https://github.com/open-source-parsers/jsoncpp
4-
opencc:https://github.com/BYVoid/OpenCC
4+
opencc:https://github.com/BYVoid/OpenCC
5+
6+
data sources:
7+
IP:https://github.com/lionsoul2014/ip2region
8+
Phone:https://github.com/xluohome/phonedata

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tszPluginLua":"./XEngine_Config/XEngine_PluginLua.json"
3535
},
3636
"XVer":[
37-
"2.7.0.1001 Build20230118",
37+
"2.7.0.1001 Build20230117",
3838
"2.6.1.1001 Build20221213",
3939
"2.6.0.1001 Build20221212",
4040
"2.5.0.1001 Build20221102",

0 commit comments

Comments
 (0)