Skip to main content

Get extension short links.

GET 

/api/affiliate/promotion/:id/extension/links

Get all links which generated with extension code for the product.

Request

Path Parameters

    id stringrequired

    Product Id

Responses

OK

Schema

    data

    object[]

  • Array [

  • extensionCode string

    Extension Code

    fullUrl string

    加上短链的扩展码的产品Url

    shortLink string

    短链

  • ]

  • message string
    params object[]
    requestId string
    status int32
Loading...