curl http://127.0.0.1:8083/search/add_index_quan_bc?option=1&channelId=139
在Linux下执行这个命令,观察日志发现,channelId这个参数没有取到,把&转义即可。
curl http://127.0.0.1:8083/search/add_index_quan_bc?option=1\&channelId=139
posted on 2016-04-05 18:17 阅读( ...) 评论( ...)