文档
测试
GET
/test/flow

接口描述

获取TEST图片流

Request Header

参数名
类型
描述
必填
X-PhotoEditor-Token
string
用户访问凭据
必填

Query Params

参数名
类型
描述
必填
limit
int
获取数量
必填
token
string
上次返回的token,如果没有传空
必填
category
list
获取类别列表,不传时获取所有类别
必填

Response

参数名
类型
描述
必填
next_token
string
继续请求需要带这个token,为空表示没有更多TEST
必填
contents
list
内容列表
必填
item_n
dict
第n项信息
必填
test_id
string
TEST ID
必填
test_url
string
图片链接
必填
is_pgc
bool
是否PGC
必填
title
string
TEST标题
必填
category
string
类别,可为(dating, social, business)
必填
created
int
创建时间
必填
one_star
int
必填
two_star
int
必填
three_star
int
必填
four_star
int
必填
five_star
int
必填
count
int
数量
必填