Press "Enter" to skip to content

Tp5.1接入ucenter的方法测试通过

https://www.freesion.com/article/3494305751/

这篇文章介绍了tp5.1接入ucenter的方法,经过我自己的测试是成功的,就是再配置ucenter的时候需要注意url写法。另外帖子上有的代码tpucenter这个库已经实现了所以不需要修改。

https://github.com/hyperzlib/thinkphp5-ucenter-interface

需要注意的是TP代码里面tp的一些门面类的引用需要改动比如Log

另外测试链接带上了 api 如:

http://test.tpthink.com/index.php/api/uc?code=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

那么文档中的路由配置需要改动为

Route::get('api/uc', 'uc/UCenter/uc');

感谢前人的智慧和辛苦付出

发表评论