static S hquery(Map params) { ret makePostData(params); } static S hquery(O... data) { ret makePostData(data); }