-
Notifications
You must be signed in to change notification settings - Fork 207
Http self post string Map function
xu_whale edited this page Dec 4, 2019
·
4 revisions
发起POST请求
- @param url string url地址,如果设置了BaseURL可以只填写path
- @param param Map 请求使用到的所有参数,可以是Map
- @param callback function 网络结果回调方法,格式为:
function(success, response, error)
--- success为boolean,请求是否成功
--- response为Map,网络响应数据
--- error为Map,请求失败的信息
end
- @return 返回http对象本身
⚠️ url必须去掉host,host必须通过setBaseUrl设置