| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // ------------------------------------------------------------------------------------------
- // General apiDoc documentation blocks and old history blocks.
- // ------------------------------------------------------------------------------------------
- // ------------------------------------------------------------------------------------------
- // Current Success.
- // ------------------------------------------------------------------------------------------
- // ------------------------------------------------------------------------------------------
- // Current Errors.
- // ------------------------------------------------------------------------------------------
- /**
- * @apiDefine ServerError
- * @apiVersion 0.0.1
- *
- * @apiErrorExample Response (example):
- * HTTP/1.1 200
- * {
- * "status":"1",
- * "data":{},
- * "msg":"error_1002"
- * }
- */
- // ------------------------------------------------------------------------------------------
- // Current Permissions.
- // ------------------------------------------------------------------------------------------
- /**
- * @apiDefine ServerSUCCESS
- * @apiVersion 0.0.1
- *
- * @apiErrorExample Response (example):
- * HTTP/1.1 200
- * {
- * "status":"0",
- * "data":{},
- * "msg":""
- * }
- */
|