services/baseRequset.js @@ -68,3 +68,8 @@ fun['method'] = 'PUT'; return request(fun, hostUrl); } export function _delete(fun, hostUrl) { fun['method'] = 'DELETE'; return request(fun, hostUrl); }