This commit is contained in:
wangchuxiao
2022-05-05 11:58:48 +08:00
parent 8ed0f8ec73
commit d75eb456dc
7 changed files with 88 additions and 3104 deletions
+1
View File
@@ -153,6 +153,7 @@ func main() {
officeGroup.POST("/get_user_work_moments", office.GetUserWorkMoments)
officeGroup.POST("/get_user_friend_work_moments", office.GetUserFriendWorkMoments)
officeGroup.POST("/set_user_work_moments_level", office.SetUserWorkMomentsLevel)
officeGroup.POST("/delete_comment", office.DeleteComment)
}
organizationGroup := r.Group("/organization")