Skip to content

Commit 65bcd01

Browse files
authored
新增通用文档链接,调整主项目链接
1 parent 45ad7d9 commit 65bcd01

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
---
1919

20-
APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这套协议实现的 ORM 库。<br />
20+
腾讯 APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这套协议实现的 ORM 库。<br />
2121
为各种增删改查提供了完全自动化的万能 API,零代码实时满足千变万化的各种新增和变更需求。<br />
2222
能大幅降低开发和沟通成本,简化开发流程,缩短开发周期。<br />
2323
适合中小型前后端分离的项目,尤其是 初创项目、内部项目、低代码/零代码、小程序、BaaS、Serverless 等。<br />
@@ -30,7 +30,7 @@ APIJSON 是一种专为 API 而生的 JSON 网络传输协议 以及 基于这
3030

3131
### 官方仓库
3232

33-
https://github.com/Tencent/APIJSON/commits/master
33+
https://github.com/Tencent/APIJSON
3434

3535

3636
### 开发进度
@@ -47,7 +47,8 @@ https://github.com/Tencent/APIJSON/commits/master
4747

4848
### 如何使用
4949

50-
Postman文档(调试过程中保存):https://documenter.getpostman.com/view/7711046/UVC3jStM
50+
Postman文档(调试过程中保存):https://documenter.getpostman.com/view/7711046/UVC3jStM <br />
51+
APIJSON通用文档(增删改查说明):https://github.com/Tencent/APIJSON/blob/master/Document.md
5152

5253
拉取该项目, 配置mysql数据库, 配置文件路径:`config\autoload\databases.php`
5354

@@ -71,4 +72,4 @@ docker run -dit --name hyperf-apijson -v {项目目录}:/opt/www -p 9501:9501 hy
7172
cd /opt/www
7273
composer update
7374
php bin/hyperf.php start
74-
```
75+
```

0 commit comments

Comments
 (0)