This website works better with JavaScript
Home
Explore
原型工具、Api管理、Bug管理等
更多工具
团队协作
快速原型
自动标注
Bug管理
Api管理
Sign In
zhuliang
/
FastAdmin
mirror of
https://gitee.com/karson/fastadmin.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
修正 Http 请求类注释
F4NNIU
4 years ago
parent
a685e48ada
commit
df72ef06fd
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
extend/fast/Http.php
+ 1
- 1
extend/fast/Http.php
View File
@@ -3,7 +3,7 @@
namespace fast;
namespace fast;
/**
/**
- *
字符串
类
+ *
Http 请求
类
*/
*/
class Http
class Http
{
{