Commit 402555ad authored by zhangxiaolin's avatar zhangxiaolin

fix: 添加我的活动分页

parent 8274eb98
...@@ -2234,6 +2234,12 @@ paths: ...@@ -2234,6 +2234,12 @@ paths:
required: false required: false
type: int type: int
format: int format: int
- name: page
in: query
description: 分页
required: false
type: int
format: int
tags: tags:
- Activity - Activity
responses: responses:
...@@ -2245,6 +2251,9 @@ paths: ...@@ -2245,6 +2251,9 @@ paths:
error: 0 error: 0
message: '' message: ''
data: data:
size: 10
total: 3
page: 1
counts: counts:
total: 总数量 total: 总数量
unhandle: 未处理 unhandle: 未处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment