mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #3492【视频号】 微信小店获取订单详情接口增加新带货平台Id字段
This commit is contained in:
parent
71fbc2b1e8
commit
2bf31411c0
@ -42,4 +42,8 @@ public class OrderCommissionInfo implements Serializable {
|
||||
/** 达人openfinderid */
|
||||
@JsonProperty("openfinderid")
|
||||
private String openFinderId;
|
||||
|
||||
/** 新带货平台 id */
|
||||
@JsonProperty("talent_id")
|
||||
private String talentId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user