上下文

This commit is contained in:
zhaoyuhang
2023-07-08 21:47:48 +08:00
parent ec76c2e337
commit 553a5be9e2
15 changed files with 258 additions and 67 deletions

View File

@@ -16,6 +16,12 @@
<groupId>com.abin.mallchat</groupId>
<artifactId>mallchat-common</artifactId>
</dependency>
<!-- token计算 -->
<dependency>
<groupId>com.knuddels</groupId>
<artifactId>jtokkit</artifactId>
<version>0.6.1</version>
</dependency>
</dependencies>
<build>