标签:
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
标签:
原文地址:http://www.cnblogs.com/yinkh/p/5356211.html