请求体
{
"talent_appid": "wxe9e6810***",
"mini_program_appid": "wxd1fe4c93e1c3c561",
"feed_list": [
{
"export_id": "***"
}
],
"sharer_appid": "o_cLx5MBeJFvIrQ-jx***"
}
响应
{
"errcode": -1,
"errmsg": "system error rid: 681c5303-493ca37c-44f1a822"
}
只要我传了 sharer_appid 他就报错

您好,这个 sharer_appid 是推客的 appid,不是用户的 openid
如果已经绑定了的,可以通过接口
https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/promotion/sharer/getpromoterregisterandbindstatus.html
https://developers.weixin.qq.com/doc/store/leagueheadsupplier/API/promotion/sharer/getbindsharerlist.html
获取对应的 appid
没人遇到这个问题吗