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