|
@@ -2492,34 +2492,41 @@ define({ "api": [
|
|
"type": "get",
|
|
"type": "get",
|
|
"url": "order/chapterOrderList",
|
|
"url": "order/chapterOrderList",
|
|
"title": "章节消费记录",
|
|
"title": "章节消费记录",
|
|
- "parameter": {
|
|
|
|
|
|
+ "header": {
|
|
"fields": {
|
|
"fields": {
|
|
- "Parameter": [
|
|
|
|
|
|
+ "Header": [
|
|
{
|
|
{
|
|
- "group": "Parameter",
|
|
|
|
|
|
+ "group": "Header",
|
|
"type": "String",
|
|
"type": "String",
|
|
"optional": true,
|
|
"optional": true,
|
|
- "field": "token",
|
|
|
|
|
|
+ "field": "Authorization",
|
|
"description": "<p>token</p>"
|
|
"description": "<p>token</p>"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "header": {
|
|
|
|
|
|
+ "group": "Order",
|
|
|
|
+ "name": "chapterOrderList",
|
|
|
|
+ "parameter": {
|
|
"fields": {
|
|
"fields": {
|
|
- "Header": [
|
|
|
|
|
|
+ "Parameter": [
|
|
{
|
|
{
|
|
- "group": "Header",
|
|
|
|
|
|
+ "group": "Parameter",
|
|
"type": "String",
|
|
"type": "String",
|
|
"optional": true,
|
|
"optional": true,
|
|
- "field": "Authorization",
|
|
|
|
- "description": "<p>token 两个token任选其一</p>"
|
|
|
|
|
|
+ "field": "page_size",
|
|
|
|
+ "description": "<p>分页大小</p>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Parameter",
|
|
|
|
+ "type": "String",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "field": "page",
|
|
|
|
+ "description": "<p>页码</p>"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "group": "Order",
|
|
|
|
- "name": "chapterOrderList",
|
|
|
|
"success": {
|
|
"success": {
|
|
"fields": {
|
|
"fields": {
|
|
"Success 200": [
|
|
"Success 200": [
|
|
@@ -2679,6 +2686,20 @@ define({ "api": [
|
|
"optional": true,
|
|
"optional": true,
|
|
"field": "token",
|
|
"field": "token",
|
|
"description": "<p>token</p>"
|
|
"description": "<p>token</p>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Parameter",
|
|
|
|
+ "type": "String",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "field": "page_size",
|
|
|
|
+ "description": "<p>分页大小</p>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Parameter",
|
|
|
|
+ "type": "String",
|
|
|
|
+ "optional": true,
|
|
|
|
+ "field": "page",
|
|
|
|
+ "description": "<p>页码</p>"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|