Skip to main content

Get short links of the shop

GET 

/api/affiliate/shop/short/links

Get short links of the shop

Request

Query Parameters

    shopId string

    shopId

Responses

OK

Schema

    data

    object[]

  • Array [

  • createTime date-time

    创建时间

    creator string

    创建人

    deleted boolean

    删除标志

    editTime date-time

    修改时间

    editor string

    修改人

    fullLink string

    原始的link与推荐码的组合

    id string
    influencerId string

    生成短链的红人

    partnerShopId string

    与partnerShop的关联Id

    rawLink string

    原始的link

    referralCode string

    推荐码

    shortlink string

    用fullLink生产的短链

    type string

    Possible values: [CustomLink, HomeLink]

    类型

  • ]

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