浏览代码

登陆模块重构

chenweida 7 年之前
父节点
当前提交
0ad3bf9ae9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base/common-security/readme.MD

+ 1 - 1
base/common-security/readme.MD

@ -1,4 +1,4 @@
**授权码模式:(一直开放API用)**
**授权码模式:(一般开放API用)**
获取code
http://localhost:8060/oauth/authorize?response_type=code&client_id=cwd&redirect_uri=http://example.com&scope=all
获取token post请求