hqr2019

Results 4 comments of hqr2019

文档中配置的都是http协议进行健康检查的 ``` livenessProbe: httpGet: path: /live port: 22222 initialDelaySeconds: 5 periodSeconds: 5 readinessProbe: httpGet: path: /ready port: 22222 initialDelaySeconds: 5 periodSeconds: 5 startupProbe: httpGet: path: /startup port: 22222 failureThreshold: 30...

@eyong4736 RawResponse response = feishuClient.post(url, body, AccessTokenType.App);

> 能麻烦再详细点吗?这个 body 是怎么拼接的,有 Demo 吗 @eyong4736 两个关键点,一个requestOptions.setSupportUpload(true);设置为true才会去解析参数中的文件;另一个参数中的content和type 这两个字段必须要添加SerializedName注解 ` public static void main(String[] args) throws Exception { String uploadUrl = "https://www.feishu.cn/approval/openapi/v2/file/upload"; RequestOptions requestOptions = new RequestOptions(); requestOptions.setSupportUpload(true); FileParam body...

`仅支持对所有人更新未撤回的「共享卡片」消息,需在卡片的config属性中,显式声明 "update_multi":true.` 我也碰到过这个问题,需要在消息卡片的config中设置一下