难道这个URL规则有错误吗?

浏览:309 发布日期:2017/09/22 分类:求助交流
return [
    'article/read/:id'   => ['index/article/read/', ['method' => 'get'], ['id' => '\d+']],
    'Article/Public/upload/ueditor/images/:ymd/:file' => 'http://www.abc.com/upload/ueditor/images/:ymd/:file',
];
第一条规则可以正常解析,下面这条就不行了。请问怎么解决这个问题?




最佳答案
评论( 相关
后面还有条评论,点击查看>>