Skip to content

Commit 043eb93

Browse files
Only OneOnly One
Only One
authored and
Only One
committed
dasdas
1 parent e8782ea commit 043eb93

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## 目录结构
22

33
初始的目录结构如下:
4-
54
~~~
65
www WEB部署目录(或者子目录)
76
├─application 应用目录
@@ -64,7 +63,6 @@ www WEB部署目录(或者子目录)
6463
- 根据用户端传递过来的app_key获取缓存中的access_token,在进行对比,如果true,则可以调用user中的各种方法,否则返回不能调用原因
6564
- Oauth类中的具体请看代码
6665
- 生成access_token,缓存access_token等相关逻辑在v1/Token.php代码中,使用的是本地缓存,如果需要使用数据库或者redis请查询相关注释说明
67-
- 写的比较乱,直接看片段截图把。。。。
6866

6967

7068
## 快速创建一个RESTful控制器
@@ -78,4 +76,4 @@ Route::resource(':version/goods','api/:version.Goods');
7876

7977
## 版权信息
8078

81-
遵循Apache2开源协议发布,并提供免费使用。
79+
遵循Apache2开源协议发布,并提供免费使用。如需帮助请联系我。794783766

0 commit comments

Comments
 (0)