|
@@ -3574,6 +3574,39 @@ define({ "api": [
|
|
|
},
|
|
|
{
|
|
|
"version": "1.0.0",
|
|
|
+ "description": "<p>用户签到</p>",
|
|
|
+ "type": "GET",
|
|
|
+ "url": "sign",
|
|
|
+ "title": "用户签到",
|
|
|
+ "header": {
|
|
|
+ "fields": {
|
|
|
+ "Header": [
|
|
|
+ {
|
|
|
+ "group": "Header",
|
|
|
+ "type": "String",
|
|
|
+ "optional": true,
|
|
|
+ "field": "Authorization",
|
|
|
+ "description": "<p>token</p>"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "group": "User",
|
|
|
+ "name": "sign",
|
|
|
+ "success": {
|
|
|
+ "examples": [
|
|
|
+ {
|
|
|
+ "title": "Success-Response:",
|
|
|
+ "content": "\n{\n \"code\": 0,\n \"msg\": \"\",\n \"data\": {\n }\n}",
|
|
|
+ "type": "json"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "filename": "app/Http/Controllers/QuickApp/User/UserController.php",
|
|
|
+ "groupTitle": "用户"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "version": "1.0.0",
|
|
|
"description": "<p>订单查询</p>",
|
|
|
"type": "get",
|
|
|
"url": "checkOrder",
|