搜索

首页  >  问答  >  正文

symfony的restBundle为什么post方法会自动加s或者es?

比如前缀都是pc,有两个Action分别是a和b,分别是get和post请求,控制台调试路由分别是pc/a和pcs/bs,不知道为何这样?

黄舟黄舟2759 天前406

全部回复(1)我来回复

  • phpcn_u1582

    phpcn_u15822017-05-16 16:46:00

    RestfulBundle默认的, 如果你想用这个s的, 你可以自己定义routing

    use FOSRestBundleControllerAnnotations as Rest;

    • @RestGet("/test/{id}")

    回复
    0
  • 取消回复