Skip to content

Commit ecb5a6b

Browse files
committed
update:other info
1 parent f9e9298 commit ecb5a6b

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
XEngine_APIService V3.9.0.1001
2+
3+
增加:设置日志类型配置支持
4+
更新:依赖库
5+
更新:makefile的g++
6+
更新:配置增加模型文件
7+
修改:报告次数现在直接在发送的时候获取了
8+
修改:守护进程新的重试次数参数支持
9+
修改:支持其他语言系统
10+
修改:油价查询实现通过http api了
11+
修正:编译问题
12+
修正:启用和禁用图像处理不正确的问题
13+
修正:密码插件不工作的问题
14+
修正:天气查询问题
15+
删除:守护功能启动程序失败不在重试
16+
17+
added:set log type support
18+
update:depend library
19+
update:make file g++ version
20+
update:configure file and add model file
21+
modify:reply time count when send report for machine protocol
22+
modify:new parameter re-number support for deamon
23+
modify:other language system supported
24+
modify:imp oil price query thought http api
25+
fixed:build problem
26+
fixed:enable or disable handle failed for image
27+
fixed:lib module password not work
28+
fixed:weather query is incorrect
29+
delete:not retry when start process failed
30+
======================================================================================
131
XEngine_APIService V3.8.0.1001
232

333
增加:OCR图片文本支持

XEngine_APPClient/APPClient_OilQuery/APPClient_OilQuery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ int main()
3030
int nLen = 0;
3131
XCHAR* ptszMsgBuffer = NULL;
3232
//四川
33-
LPCXSTR lpszUrl = _X("http://127.0.0.1:5501/api?function=oil&param=%E5%9B%9B%E5%B7%9D");
33+
LPCXSTR lpszUrl = _X("http://127.0.0.1:5501/api?function=oil&params1=%E5%8C%97%E4%BA%AC");
3434

3535
if (!APIClient_Http_Request(_X("GET"), lpszUrl, NULL, NULL, &ptszMsgBuffer, &nLen))
3636
{

XEngine_Release/XEngine_Config/XEngine_VersionConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"XVer":[
3-
"3.9.0.1001 Build20250221",
3+
"3.9.0.1001 Build20250224",
44
"3.8.0.1001 Build20241227",
55
"3.7.0.1001 Build20240927",
66
"3.6.0.1001 Build20240705",

0 commit comments

Comments
 (0)