Skip to content

Commit 4a1828c

Browse files
authored
Update README.md
1 parent ace6561 commit 4a1828c

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ APIJSON是一种为API而生的JSON网络传输协议。<br />
2626
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJSON_Auto_get.jpg)
2727
![](https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJOSN_Auto_Commnet.jpg)
2828

29-
## 特点功能
29+
### 特点功能
3030

31-
### 对于前端
31+
#### 对于前端
3232
* 可一次请求任意数据、任意结构,并完全定制
3333
* 能去除重复数据,节省流量提高速度
3434
* Request和Response结构完全对应,所求即所得
3535

36-
### 对于后端
36+
#### 对于后端
3737
* 7个通用接口可替代大部分API,不用自己写了
3838
* 自动校验权限、自动管理版本
3939
* 查询API无需划分版本,始终保持兼容
4040
* 支持增删改查、模糊搜索、正则匹配、远程函数
4141
* 提供方便的在线测试工具,自动生成文档和请求代码
4242

43-
44-
### APIJSON在线解析
43+
#### 在线解析
4544
* 自动生成文档,永远最新
4645
* 自动生成请求代码,支持Android和iOS
4746
* 自动生成所有JavaBean,一键下载
4847
* 自动管理测试用例,一键共享
4948

50-
[在线测试](http://39.108.143.172)
49+
[点击进入](http://39.108.143.172)
50+
5151

5252

53-
### <h3 id="5.3">5.3 下载试用客户端App<h3/>
53+
### 下载试用客户端App
5454

5555
仿微信朋友圈动态实战项目<br />
5656
[APIJSONApp.apk](http://files.cnblogs.com/files/tommylemon/APIJSONApp.apk)
@@ -59,15 +59,15 @@ APIJSON是一种为API而生的JSON网络传输协议。<br />
5959
[APIJSONTest.apk](http://files.cnblogs.com/files/tommylemon/APIJSONTest.apk)
6060

6161

62-
### <h3 id="5.2">5.2 关于作者<h3/>
62+
### 关于作者
6363
TommyLemon:[https://github.com/TommyLemon](https://github.com/TommyLemon)<br />
6464
QQ群:607020115
6565

6666
如果有什么问题或建议可以[提ISSUE](https://github.com/TommyLemon/APIJSON/issues)、加群或者[发我邮件](https://github.com/TommyLemon),交流技术,分享经验。<br >
6767
如果你解决了某些bug,或者新增了一些通用性强的功能,欢迎[贡献代码](https://github.com/TommyLemon/APIJSON/pulls),感激不尽^_^
6868

6969

70-
### <h3 id="5.1">5.1 相关推荐<h3/>
70+
### 相关推荐
7171
[APIJSON, 让接口和文档见鬼去吧!](https://my.oschina.net/tommylemon/blog/805459)
7272

7373
[仿QQ空间和微信朋友圈,高解耦高复用高灵活](https://my.oschina.net/tommylemon/blog/885787)
@@ -80,11 +80,11 @@ QQ群:607020115
8080

8181

8282

83-
### <h3 id="5.4">5.4 更新日志<h3/>
83+
### 更新日志
8484
[https://github.com/TommyLemon/APIJSON/commits/master](https://github.com/TommyLemon/APIJSON/commits/master)
8585

86-
### <h3 id="5.5">5.5 点Star支持我,点Fork研究它<h3/>
87-
86+
### 赞赏
87+
如果你喜欢APIJSON,感觉APIJSON帮到了你,可以点右上角 ⭐Star 支持一下,谢谢 ^_^
8888
[https://github.com/TommyLemon/APIJSON](https://github.com/TommyLemon/APIJSON)
8989

9090

0 commit comments

Comments
 (0)