Skip to content

Commit f2b93e3

Browse files
committed
update:CHANGELOG and configure
1 parent 00f1a36 commit f2b93e3

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
XEngine_APIService V2.9.0.1001
2+
3+
增加:短连接生成与转发功能支持
4+
增加:数据测试API接口
5+
更新:匹配XEngineV8.x版本
6+
更新:编译脚本现在对跨平台支持更好
7+
修改:测试函数名称改为socket
8+
修改:现在HTTP的任务代码区分get和post了
9+
修改:mysql默认使用utf8字符集了
10+
11+
added:short link create and forward supported
12+
added:data test api interface
13+
update:match xengine v8.x
14+
update:makefile to support cross platform
15+
modify:test function name to socket
16+
modify:The http task now distinguishes between post and get
17+
modify:mysql used to utf8 charset
18+
======================================================================================
119
XEngine_APIService V2.8.0.1001
220

321
添加:二维码识别与创建功能

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"LogLeave":32
2020
},
2121
"XSql":{
22-
"SQLAddr":"192.168.1.10",
22+
"SQLAddr":"42.194.178.57",
2323
"SQLPort":3306,
2424
"SQLUser":"root",
25-
"SQLPass":"123123aa"
25+
"SQLPass":"111"
2626
},
2727
"XApi":{
2828
"tszBankUrl":"https://ccdcapi.alipay.com/validateAndCacheCardInfo.json?cardNo=%s&cardBinCheck=true",
@@ -37,7 +37,12 @@
3737
"tszConfigOPencc":"./XEngine_Config/XEngine_OPenccConfig.json",
3838
"tszConfigQRCode":"./XEngine_Config/XEngine_QRCode.json"
3939
},
40+
"XShortLink":{
41+
"tszHostUrl":"url.xyry.org",
42+
"nHTTPCode":301
43+
},
4044
"XVer":[
45+
"2.9.0.1001 Build20230421",
4146
"2.8.0.1001 Build20230207",
4247
"2.7.0.1001 Build20230117",
4348
"2.6.1.1001 Build20221213",

0 commit comments

Comments
 (0)