Package com.bytedesk.wechat.work.album
Class ProductAlbumResponse
java.lang.Object
com.bytedesk.wechat.work.album.ProductAlbumResponse
商品图册响应模型
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer
返回码private String
对返回码的文本描述内容private String
用于分页查询的游标private ProductAlbumResponse.Product
商品详情private String
商品idprivate ProductAlbumResponse.Product[]
商品列表 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
errcode
返回码 -
errmsg
对返回码的文本描述内容 -
productId
商品id -
product
商品详情 -
nextCursor
用于分页查询的游标 -
productList
商品列表
-
-
Constructor Details
-
ProductAlbumResponse
public ProductAlbumResponse()
-