容器内调用msgSecCheck报错
this.httpService.post(`http://api.weixin.qq.com/wxa/msg_sec_check`, {
version: 2,
content:'测试文本',
})
返回结果
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 40003,
"errmsg": "invalid openid rid: 61b9a15f-56cfaa78-708f50bb"
}
}
你好, 需要的,透传 Header 内的 openid (x-wx-openid)进去即可