🎨 #3492【视频号】 微信小店获取订单详情接口增加新带货平台Id字段

This commit is contained in:
altusea
2025-03-03 15:34:00 +08:00
committed by GitHub
parent 71fbc2b1e8
commit 2bf31411c0

View File

@ -42,4 +42,8 @@ public class OrderCommissionInfo implements Serializable {
/** 达人openfinderid */
@JsonProperty("openfinderid")
private String openFinderId;
/** 新带货平台 id */
@JsonProperty("talent_id")
private String talentId;
}