Skip to content

Commit 032afd4

Browse files
binarywangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 693f417 commit 032afd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/talent/TalentWindowProductListResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ public static class ProductInfo implements Serializable {
4444
private String appid;
4545

4646
/**
47-
* 对于带货商品会返回,代表商品在货源小店中的商品id
47+
* 商品来源:1=来源店铺的自营商品,2=来源选品中心的带货商品
4848
*/
4949
@JsonProperty("product_source")
50-
private Long productSource;
50+
private Integer productSource;
5151

5252
/**
53-
* 商品来源:1=来源店铺的自营商品,2=来源选品中心的带货商品
53+
* 对于带货商品会返回,代表商品在货源小店中的商品id
5454
*/
5555
@JsonProperty("out_product_id")
5656
private String outProductId;

0 commit comments

Comments
 (0)