先前 只用过get方法,上周 用到post请求功能,看了API好久也没有弄明白怎么,以前总以为默认就可以了。
添加application/x-www-form-urlencoded时又写成了"Contet....Type.. application/x-www-form-urlencoded" 导致服务器一直没数据,最后删掉前面的才测试通过。
36 httpc:request(post,{"http://192.168.1.73/import/import_message",[],"application/x-www-form-urlencoded",
37 "title="++Title++"&content="++Content++"&phone="++Tel++"&price="++Price++"&user="++Contract},[],[]);