riku
2025-04-25 b515fae43490ab20977d559e19d4e5f63a4fd96d
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);
}