1 Star 0 Fork 486

zz1296 / flyray-base

forked from boleixiongdi / flyray-base 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
开发手册.md 792 Bytes
Copy Edit Raw Blame History
boleixiongdi authored 2017-10-29 15:38 . 添加项目相关文档

#flyray-base开发手册

[TOC]

一、开发规范

####1请求接口规范

{
    "data": {
        "message": "Cast to ObjectId failed for value \"557a3e326221681d474cf078sdsds\" at path \"_id\"",
        "name": "CastError",
        "kind": "ObjectId",
        "value": "557a3e326221681d474cf078sdsds",
        "path": "_id"
    },
    "status": "200",
    "code": -1,
    "msg": "api error",
    "paginantion": {
        "currentPage": "1",
        "pageSize": "10",
         "totalCounts":null,
        "totalPages":null
    }
}

####2请求接口规范

{
    "name": "200",
    "password": -1,
    "currentPage": "1",
    "pageSize": "10",
}

二、项目结构

三、项目配置

四、参考资料

Java
1
https://gitee.com/zz4dev/flyray.git
git@gitee.com:zz4dev/flyray.git
zz4dev
flyray
flyray-base
master

Search