Commit 5bd0bf1f by 徐高华

朋友圈

parent a75c4b37
...@@ -128,6 +128,9 @@ public class ChatTest { ...@@ -128,6 +128,9 @@ public class ChatTest {
@Autowired @Autowired
private QywxExternalUserService qywxExternalUserService; private QywxExternalUserService qywxExternalUserService;
public static void main(String[] args) {
System.out.println("ff80808191282eee019146b628d82460".hashCode()%10);
}
@Test @Test
public void test() { public void test() {
......
...@@ -17,7 +17,7 @@ public class FileUtils3 { ...@@ -17,7 +17,7 @@ public class FileUtils3 {
public static List<String> getText(){ public static List<String> getText(){
List<String> list = new ArrayList<>(); List<String> list = new ArrayList<>();
try { try {
BufferedReader bw = new BufferedReader(new FileReader(new File("c:\\b.txt"))) ; BufferedReader bw = new BufferedReader(new FileReader(new File("d:\\json.txt"))) ;
StringBuilder sb = new StringBuilder() ; StringBuilder sb = new StringBuilder() ;
while(true) { while(true) {
String s = bw.readLine() ; String s = bw.readLine() ;
......
...@@ -151,7 +151,7 @@ public class HmPageServiceTest { ...@@ -151,7 +151,7 @@ public class HmPageServiceTest {
@Test @Test
public void groupNameCheckTest(){ public void groupNameCheckTest(){
ServiceResponse<List<HmGroupDTO>> ms = groupService.queryGroupListByName("", "ff8080815dacd3a2015dacd3ef5c0000", "测试006"); ServiceResponse<List<HmGroupDTO>> ms = groupService.queryGroupListByName("", "ff8080815dacd3a2015dacd3ef5c0000", "测试006\uD83E\uDD51");
System.out.println(JSON.toJSONString(ms)); System.out.println(JSON.toJSONString(ms));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment