From 983dc512f9f0a15c535ea15f48b75eee9868ef0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B9=90?= <419641032@qq.com> Date: Thu, 27 Aug 2020 09:42:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=96=87=E6=A1=A3=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20api=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cd6486ec..168733f5 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ CRMEB商城PHP版:https://gitee.com/ZhongBangKeJi/CRMEB-H5 CRMEB微信小程序商城:https://gitee.com/ZhongBangKeJi/CRMEB_WechatApplet +### Swagger接口文档 +演示站接口地址: https://api.java.crmeb.net/swagger-ui.html# +自己部署站点接口地址:域名/swagger-ui.html# +本地启动Java Api项目接口地址:http://localhost:8080/swagger-ui.html# 8080为配置文件里配置的 server/port ### 运行环境