文档
测试

获取抖音账号基础信息

GET
/get_dy_user_profile?user_id={user_id}&dy_uid={dy_uid}

说明 / 示例

~~~ GET /get_dy_user_profile?user_id=123123123123&dy_uid=342654142657207 字段说明和 "检查二维码是否扫码成功"返回参数一致 成功: { "code": 0, "data": { "avatar": "https://p9.douyinpic.com/aweme/720x720/aweme-avatar/tos-cn-i-0813c001_6e201f7146ca4683a13f04682e754ebd.jpeg?x-expires=1672196400&xature=pI3Iqc6UfH7C5fGtT8uSgBW2ulc%3D&from=2480802190", "aweme_count": 14, "favoriting_count": 56, "follower_count": 184, "following_count": 108, "nickname": "\u5c0f\u5229\u8dd1", "short_id": "3557799155", "status_code": 0, "uid": "342654142657207", "unique_id": "lululu76117", "with_fusion_shop_entry": true }, "msg": "ok" }