首頁 > 問答 > 主體
例如前綴都是pc,有兩個Action分別是a和b,分別是get和post請求,控制台調試路由分別是pc/a和pcs/bs,不知道為何這樣?
phpcn_u15822017-05-16 16:46:00
RestfulBundle預設的, 如果你想用這個s的, 你可以自己定義routing
use FOSRestBundleControllerAnnotations as Rest;
@RestGet("/test/{id}")