File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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+ ======================================================================================
119XEngine_APIService V2.8.0.1001
220
321添加:二维码识别与创建功能
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments