Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 355 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 355 Bytes

Demo

Clone 到本地后直接 composer install.

然后直接启动php内置服务器:

$ yii serve

然后在浏览器中输入:http://127.0.0.1:8080

对了, 我设置了api_keytest, 所以你要输入这个key才可以正常访问。

你也可以注释掉这段,在 SiteController第58行.

demo