Commit b0cdd4c0 by zhaolianjie

卡片流程 - 删除群组

1 parent 0963619f
...@@ -454,7 +454,7 @@ public class FeiShuApiService { ...@@ -454,7 +454,7 @@ public class FeiShuApiService {
} }
public String deleteChatList(String chatId) { public String deleteChatList(String chatId) {
String api = "/im/v1/chats/:{chat_id}"; String api = "/im/v1/chats/{chat_id}";
RestTemplate restTemplate = new RestTemplate(); RestTemplate restTemplate = new RestTemplate();
HttpHeaders headers = new HttpHeaders(); HttpHeaders headers = new HttpHeaders();
headers.set("Authorization", "Bearer " + getTenantToken()); headers.set("Authorization", "Bearer " + getTenantToken());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!