* 入门 * [快速开始](README.md) * [安装部署](install.md) * api接口 * [用户注册](api/user/register.md) * [用户登录](api/user/login.md) * [用户校验登录](api/user/checkLogin.md) * [用户退出登录](api/user/logout.md) * [保存商户](api/store/saveStore.md) * [删除用户权限](api/privilege/deleteStaffPrivilege.md) * 服务端接口协议 * [字典规格说明](dictionary) * [中心服务接口协议](services/order/order.md) * [中心服务配置文档](services/order/order_config.md) * [用户服务接口协议](services/user/user.md) * [用户服务接口测试文档](services/user/user_test.md) * [商品服务接口协议](services/shop/shop.md) * [商品服务接口测试文档](services/shop/shop_test.md) * [商户服务接口协议](services/store/store.md) * [商户服务接口测试文档](services/store/store_test.md) * [评论服务接口协议](services/comment/comment.md) * [评论服务接口测试文档](services/comment/comment_test.md) * [编码生成服务接口协议](services/code/code) * [编码生成服务接口测试文档](services/code/code_test) * 工具类接口 * [刷新缓存](api/utils/clearCache) * 二次开发教程 * [添加服务](develop/addService)