批量设置公共请求参数
void setPublicQueryParams(Map<String, String> params) { params.forEach((key, value) { _publicQueryParams[key] = value; }); }