接口地址
https://ffapi.cn/int/v1/image.jd
返回格式
json
请求方式
get/post
请求示例
https://ffapi.cn/int/v1/image.jd?act=demo&flash=
参数说明
| 名称 | 必填 | 类型 | 说明 |
|---|---|---|---|
| file | 是 | string | 文件流上传方式 必须为file |
| url | 否 | string | 图片链接上传地址 |
| flash | 是 | string | 京东商城 Cookie 中 flash 值 怎么获取 flash ? |
返回数据
{
"code": 200,
"msg": "图片上传成功",
"url": "https://img10.360buyimg.com/imgzone/jfs/t20251127/246680/4/18125/2643397/6718f1a3Fef9e8feb/49aacb35ab520b80.jpg"
}