mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 18:34:44 +08:00
fix issue #I3QBZI
add swagger example value
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
{
|
||||
public class PageReq
|
||||
{
|
||||
/// <summary>
|
||||
/// 页码
|
||||
/// </summary>
|
||||
/// <example>1</example>
|
||||
public int page { get; set; }
|
||||
/// <summary>
|
||||
/// 每页条数
|
||||
/// </summary>
|
||||
/// <example>10</example>
|
||||
public int limit { get; set; }
|
||||
|
||||
public string key { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user