Skip to content

Commit d5afd16

Browse files
committed
fixed:build error
1 parent 34afb8d commit d5afd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Module/XEngine_Verification/Verification_XAuth/Verification_XAuthNet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ bool CVerification_XAuthNet::Verification_XAuthNet_TryRequest(LPCXSTR lpszURLAdd
6060
JSONCPP_STRING st_JsonError;
6161
Json::CharReaderBuilder st_ReaderBuilder;
6262
SYSTEMAPI_SERIAL_INFOMATION st_SDKSerial = {};
63-
LPCSTR lpszCustomHdr = "Content-Type: application/json\r\n";
63+
LPCXSTR lpszCustomHdr = _X("Content-Type: application/json\r\n");
6464

6565
SystemApi_HardWare_GetSerial(&st_SDKSerial);
6666
_xstprintf(tszJsonStr, _X("%s"), st_SDKSerial.tszBoardSerial);

0 commit comments

Comments
 (0)