Download the Scenseimage of the specified product
GET
/OpenApi/Product/ScenesImageLast modified: 1 年前
Maintainer:
Download the Scenseimage of the specified product
Request
Query Params
ItemNo
string
required
unique item identification
Example:
10000007A
Size
string
required
Images size that can download:500x500, or 1000x1000
Example:
1000x1000
Header Params
Authorization
string
required
Authorization
Example:
2+s8CDVEwkmRHSJ9lorE5Q==
Request samples
Responses
成功(200)
unauthorized(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
Code
integer
code
code
Message
string
message
message
ImageUrl
string
image URL
image URL
Example
{
"Code": 300,
"Message": "Images not generate completed,try again later.",
"ImageUrl": ""
}
Last modified: 1 年前