Commit aec697b3 by fudahua

emoji表情过滤架包升级

parent 73959d3c
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<dependency> <dependency>
<groupId>com.vdurmont</groupId> <groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId> <artifactId>emoji-java</artifactId>
<version>4.0.0</version> <version>5.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gic</groupId> <groupId>com.gic</groupId>
......
...@@ -265,6 +265,14 @@ public void sendMessage() { ...@@ -265,6 +265,14 @@ public void sendMessage() {
} }
@Test
public void staff() {
ServiceResponse res = staffApiService.getWxSaveNew("a.XiaoPangZhi", "ca66a01b79474c40b3e7c7f93daf1a3b");
System.out.println(res);
}
private byte[] getByte(String strUrl){ private byte[] getByte(String strUrl){
ByteArrayOutputStream baos = null; ByteArrayOutputStream baos = null;
try try
......
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