third-platform-sdk/sdk/topsdk/defaultability/domain/AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink.go

21 lines
652 B
Go
Raw Normal View History

2024-05-04 16:57:40 +08:00
package domain
type AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink struct {
/*
小程序appId */
WxAppid *string `json:"wx_appid,omitempty" `
/*
微信小程序path链接 */
WxPath *string `json:"wx_path,omitempty" `
}
func (s *AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink) SetWxAppid(v string) *AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink {
s.WxAppid = &v
return s
}
func (s *AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink) SetWxPath(v string) *AlibabaAlscUnionElemeStorepromotionReviewbwcDetailGetPromotionLink {
s.WxPath = &v
return s
}