-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from libxengine/develop
V2.7.1.1001 Merge
- Loading branch information
Showing
7 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ LPCTSTR lpszFile = _T("D:\\XEngine_Authorize\\XEngine_Apps\\Debug\\XEngine_Autho | |
LPCTSTR lpszFile = _T("XEngine_Authorize.key"); | ||
#endif | ||
|
||
#define _ENCRYPTO | ||
//#define _ENCRYPTO | ||
|
||
int main() | ||
{ | ||
|
@@ -56,12 +56,6 @@ int main() | |
|
||
strcpy(st_AuthLocal.st_AuthUserInfo.tszUserName, "XEngine"); | ||
strcpy(st_AuthLocal.st_AuthUserInfo.tszUserContact, "[email protected]"); | ||
|
||
#if XENGINE_VERSION_BIT <= 7310001001 | ||
//7.30版本必须填充 | ||
_tcscpy(st_AuthLocal.st_AuthUserInfo.tszCustom, "none"); | ||
Authorize_Local_BuildKeyTime(&st_AuthLocal, 5); | ||
#endif | ||
//生成完毕后可以交给服务端来对key本地验证进行授权 | ||
if (!Authorize_Local_WriteKey(lpszFile, &st_AuthLocal)) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngineAuthorizeApp.aps
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngineAuthorizeApp.rc
Binary file not shown.