Results 3 issues of Mr.gao

## 代码: ```go f := NewFeishuClient() req := larkbitable.NewListAppTableFieldReqBuilder(). AppToken(""). TableId(""). ViewId(""). TextFieldAsArray(true). PageSize(20). Build() ctx := context.TODO() iterator, err := f.client.Bitable.AppTableField.List(ctx, req) ``` ## 异常:![image](https://user-images.githubusercontent.com/11489072/200468228-4d3b5262-63ae-4b55-a51a-12e00c2a296e.png) ## 造成原因:使用了描述字段,猜测系统后台struct字段类型不匹配无法unmarshal。 ![image](https://user-images.githubusercontent.com/11489072/200468478-1abc6d40-2af4-4789-8a3f-4de6ddadb879.png) ##...