REQ-3201: 调整调用URI

This commit is contained in:
yanglin 2024-12-12 11:12:55 +08:00
parent a60e81d6ba
commit b88908a507

View File

@ -70,6 +70,9 @@ public class CardSendRequest implements CardContent {
*/
private String subtitle;
/**
* 是否返回卡片信息. 默认不返回
*/
private boolean returnCards = false;
@Override