This commit is contained in:
wangchuxiao
2022-08-29 15:52:39 +08:00
parent 3886d49b0a
commit 7f5b12d4d2
17 changed files with 273 additions and 595 deletions
+4
View File
@@ -1318,3 +1318,7 @@ func GetGroupAbstractInfo(c *gin.Context) {
c.JSON(http.StatusOK, resp)
return
}
func GetGroups(c *gin.Context) {
}