|
@@ -3569,10 +3569,28 @@ define({ "api": [
|
|
"group": "User",
|
|
"group": "User",
|
|
"name": "sign",
|
|
"name": "sign",
|
|
"success": {
|
|
"success": {
|
|
|
|
+ "fields": {
|
|
|
|
+ "Success 200": [
|
|
|
|
+ {
|
|
|
|
+ "group": "Success 200",
|
|
|
|
+ "type": "Double",
|
|
|
|
+ "optional": false,
|
|
|
|
+ "field": "fee",
|
|
|
|
+ "description": "<p>签到奖励</p>"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "group": "Success 200",
|
|
|
|
+ "type": "Number",
|
|
|
|
+ "optional": false,
|
|
|
|
+ "field": "days",
|
|
|
|
+ "description": "<p>签到天数</p>"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
"examples": [
|
|
"examples": [
|
|
{
|
|
{
|
|
"title": "Success-Response:",
|
|
"title": "Success-Response:",
|
|
- "content": "\n{\n \"code\": 0,\n \"msg\": \"\",\n \"data\": {\n }\n}",
|
|
|
|
|
|
+ "content": "\n{\n \"code\": 0,\n \"msg\": \"\",\n \"data\": {\n \"fee\": 30,\n \"days\": 1\n }\n}",
|
|
"type": "json"
|
|
"type": "json"
|
|
}
|
|
}
|
|
]
|
|
]
|