Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
head_group
xyqb-user2
Commits
ac0bb31e
Commit
ac0bb31e
authored
Jan 25, 2019
by
xiaoguang.xu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.quantgroup.cn:head_group/xyqb-user2
parents
b98b9626
198e58b0
Pipeline
#944
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
TestJdk8.java
src/test/java/common/TestJdk8.java
+9
-0
No files found.
src/test/java/common/TestJdk8.java
View file @
ac0bb31e
...
...
@@ -4,6 +4,8 @@ import java.util.Arrays;
import
java.util.List
;
import
java.util.stream.Collectors
;
import
cn.quantgroup.xyqb.Constants
;
import
cn.quantgroup.xyqb.util.AESUtil
;
import
lombok.extern.slf4j.Slf4j
;
import
org.junit.Assert
;
import
org.junit.Test
;
...
...
@@ -30,4 +32,11 @@ public class TestJdk8 {
assert
true
;
}
@Test
public
void
wechatContent
()
{
String
userId
=
String
.
valueOf
(
20598404
);
String
content
=
AESUtil
.
encryptAndBase64Encode
(
userId
,
Constants
.
AES_KEY
);
log
.
info
(
"20598404:{}"
,
content
);
}
}
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