Skip to content

Commit 876487f

Browse files
committed
update:configure and document
1 parent 9e35135 commit 876487f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

XEngine_Docment/Docment_en.docx

-400 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-798 Bytes
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_Version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"XVer": [
3+
"V2.13.0.1001 Build20251107",
34
"V2.12.0.1001 Build20250815",
45
"V2.11.1.1001 Build20250409",
56
"V2.11.0.1001 Build20250426",

XEngine_Source/XEngine_ServiceApp/XEngine_StreamMediaApp/XEngine_HttpTask.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ bool XEngine_HTTPTask_Handle(RFCCOMPONENTS_HTTP_REQPARAM* pSt_HTTPParam, LPCXSTR
231231
{
232232
//获得函数名
233233
BaseLib_String_GetKeyValue(pptszList[0], "=", tszKey, tszValue);
234-
235234
//获得函数名
236235
//http://app.xyry.org:5501/api?function=forward&url=http://app.xyry.org
237236
if (0 == _tcsxnicmp(lpszFunctionStr, tszKey, _tcsxlen(lpszFunctionStr)))

0 commit comments

Comments
 (0)