|
@@ -15,10 +15,11 @@ type WxDdkGoodsPromotionUrlGenerateRequest struct {
|
|
|
|
|
|
type PddDdkGoodsPromotionUrlGenerateRequest struct {
|
|
|
PddDdkBase
|
|
|
- PId string `json:"p_id"`
|
|
|
- SearchId string `json:"search_id"`
|
|
|
- GoodsSignList string `json:"goods_sign_list"`
|
|
|
- GenerateWeApp string `json:"generate_we_app"`
|
|
|
+ PId string `json:"p_id"`
|
|
|
+ SearchId string `json:"search_id"`
|
|
|
+ GoodsSignList string `json:"goods_sign_list"`
|
|
|
+ GenerateWeApp string `json:"generate_we_app"`
|
|
|
+ GenerateAuthorityUrl string `json:"generate_authority_url"`
|
|
|
}
|
|
|
|
|
|
type PddDdkGoodsPromotionUrlGenerateResponse struct {
|