restful api问题
来源:2-4 文章类API-实现文章新增API、修改API
Braincy
2018-09-24
yaf是默认支持restful api吗?那在写user相关接口为什么要自定义路由规则,另外我直接使用restful api找不到方法呀。。
写回答
1回答
-
Braincy
提问者
2018-09-25
nginx配置写错了。。
if (!-e $request_filename) { rewrite ^/(.*) /index.php?$1 last; }012018-09-25
相似问题