FinaLone

Results 2 issues of FinaLone

![image](https://user-images.githubusercontent.com/10736163/134767446-d362b2eb-0a76-455a-9f93-e847df2bcd97.png) In function `ConnectionFromParams`, the `fillString` may error in first loop, and success in last loop, in this case, the error will be ignored.

bug

接口文档: https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/contact-v3/user/batch 我试用了user_ids直接传数组,是不行的。最终传递的格式如下: 参考axios加了 `qs.stringify(params, { arrayFormat: 'repeat' })` 也没有用