增加查看客服聊天记录的接口 #5

This commit is contained in:
BinaryWang
2016-07-18 12:10:12 +08:00
parent 0c723bbf5c
commit c040ba3929
6 changed files with 220 additions and 32 deletions

View File

@@ -47,6 +47,12 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
</dependency><!-- https://mvnrepository.com/artifact/joda-time/joda-time -->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.4</version>
<scope>test</scope>
</dependency>
</dependencies>