DragonNest/Server/ServerCommon/ID/DNKreonAuth.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

15 lines
436 B
C++

#pragma once
#if defined(_ID) && defined(_FINAL_BUILD)
namespace KreonAuth
{
const static char* ServiceCode = {"DRNEST"};
const static TCHAR* AuthServerAddress = {_T("gas.gemscool.com")};
const static TCHAR* AuthUrl = {_T("/member/2/login.kreon")};
};
int KreonAuthLogin(char const *AccountID, char const *pPassWord, char const *ip, DWORD& KreonCN);
int ParseErrorCode(char* pResult, DWORD& KreonCN);
#endif // #if defined(_ID)