新增了单项订单的答案字段

This commit is contained in:
2024-08-07 15:19:22 +08:00
parent a38611011d
commit b22bfa5992
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -184,6 +184,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
// 收藏
collectionGroup := r.Group("/collection")
{
// 问题
questionGroup := collectionGroup.Group("/question")
{
// 获取用户收藏题目列表-分页