Browse Source

修复代码

hsj 1 month ago
parent
commit
02c8e67d6d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/top/husj/husj_wx/controller/WeChatController.java

+ 2 - 0
src/main/java/top/husj/husj_wx/controller/WeChatController.java

@@ -1,3 +1,5 @@
+package top.husj.husj_wx.controller;
+
 import org.springframework.http.MediaType;
 import org.springframework.web.bind.annotation.*;
 import top.husj.husj_wx.entity.model.WeChatMsg;