公告

— 快使用微信扫码体验一下吧:


Skip to content

单个壁纸详情

更新: 12/31/2024 字数: 0 字 时长: 0 分钟


接口地址

js
https://tea.qingnian8.com/api/bizhi/detailWall

请求方式

ts
GET;

秘钥验证

序号参数名参数值是否必填参数类型描述说明
1access-keydake123321String获得秘钥参数。

微信小程序扫码查看

壁纸接口


请求参数

序号参数名参数值是否必填参数类型描述说明
1id6543440409664cd61412021dString壁纸 ID

响应示例

ts
{
	"errCode": 0,
	"errMsg": "查询成功",
	"data": [
		{
			"_id": "6543440409664cd61412021d",
			"description": "美出高级感的AI绘画美女。图源:头条@汩汩AI",
			"classid": "6524ace7213929cbcee72e4d",
			"smallPicurl": "https://mp-0cb878b7-99ec-44ea-8246-12b123304b05.cdn.bspapp.com/xxmBizhi/20231102/1698907066245_0_small.webp",
			"tabs": [
				"AI美女",
				"CG绘画"
			],
			"score": "5",
			"nickname": "小丸子O"
		}
	],
	"timeCost": 33
}
序号参数名参数类型描述说明
1errCodeInteger0:成功 400:失败
2errMsgString查询结果描述
3timeCostInteger接口消耗时间
4dataArray详情数组,见下

Data 参数

序号参数名参数类型描述说明
1descriptionString壁纸描述
2classidString壁纸所属分类 ID
3smallPicurlString缩略小图
4tabsArray标签组
5scoreString评分
6_idString唯一 id
7nicknameString发布者昵称