Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkpay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
sbkpay
Commits
96f4fcfd
Commit
96f4fcfd
authored
Sep 11, 2017
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.忽略密钥打印
parent
43373054
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sbkpay/DataProcess/cretopt.h
+2
-2
sbkpay/sbkpay.pro.user
+1
-1
No files found.
sbkpay/DataProcess/cretopt.h
View file @
96f4fcfd
...
@@ -216,8 +216,8 @@ private:
...
@@ -216,8 +216,8 @@ private:
serpublickey
=
json
[
JSON_KEY_SERPBLICKEY
].
toString
();
serpublickey
=
json
[
JSON_KEY_SERPBLICKEY
].
toString
();
cleprivatekey
=
json
[
JSON_KEY_CLIENTPRIKEY
].
toString
();
cleprivatekey
=
json
[
JSON_KEY_CLIENTPRIKEY
].
toString
();
QLOG_INFO
()
<<
"server public key : "
<<
serpublickey
;
//
QLOG_INFO() << "server public key : " << serpublickey;
QLOG_INFO
()
<<
"client private key : "
<<
cleprivatekey
;
//
QLOG_INFO() << "client private key : " << cleprivatekey;
return
true
;
return
true
;
}
}
...
...
sbkpay/sbkpay.pro.user
View file @
96f4fcfd
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.5.1, 2017-09-11T14:
19:48
. -->
<!-- Written by QtCreator 3.5.1, 2017-09-11T14:
52:55
. -->
<qtcreator>
<qtcreator>
<data>
<data>
<variable>
EnvironmentId
</variable>
<variable>
EnvironmentId
</variable>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment