Token interface program query API

1. Website version

Commodity wholesale purchase inquiry website

 

2. Free domain binding can be provided, not necessarily with our domain name promotion

Only supports Alibaba Cloud domain names

 

Third, proxy magical APP

app download

 

4. Token price query API version

1) Request address

http://sly.yizhaosulianyun.com/api/ShopOrderAPI/GetShop?key=AIBQC

2) Calling method: HTTP get

3) Interface description:

  • Token price query

4) Request parameters:

GET parameters:

Field Name

Field description

Types of

Required

Remarks

key

Key

string

AND

Contact Business

5) Request to return result:

{

    "Code": 0,

    " Msg ": " Query successful " ,

    "Token": null,

    "Data": [

        {

            "Coupon": null,

            "getdatetime": "2021-03-05T03:00:04.8",

            "jdPrice": "1399.00",

            "promotionPrice": "779",

            " sku ": "100002522707" ,

            "GoodsImg": "http://img12.360buyimg.com/n1/jfs/t1/162935/17/4150/81817/600e73a1E784c88cb/1e37422606168eff.jpg",

            " GoodsName ": "   Haier ( Haier ) 50- liter electric water heater with dual-pipe heating, first-class energy efficiency, remote control appointment bathing, health and antibacterial patented anti-electric wall EC5001-JC1" ,

            "product_category_id": "737,13297,13691"

        }

    ],

    "count": 0,

    "dataList": null,

    "totalpage": 0

}

6) Request return result parameter description:

Field Name

Field description

Types of

Required

Remarks

Code

 

string

AND

Will only return 0 (success) and -1 (failure)

Msg

 

string

AND

Description

Token

 

string

AND

no

Data

 

string

AND

-

Coupon

 

string

AND

Is there a coupon

getdatetime

 

string

AND

Update time

jdPrice

 

string

AND

Original price

promotionPrice

 

string

AND

Token price

sku

 

string

AND

Product number (website link https://item.jd.com/100007901446.html?utm_campaign=t_1002570254 )

GoodsImg

 

string

AND

product picture

GoodsName

 

string

AND

product name

product_category_id

 

string

AND

Commodity type ( http://sly.yizhaosulianyun.com/jd/initFilter )

count

 

string

AND

no

dataList

 

string

AND

no

totalpage

 

string

AND

no

 

 

Guess you like

Origin blog.csdn.net/qq_36664772/article/details/114539198