后端服务POST请求https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=XXX ,参数如下
{
"is_hyaline": false,
"width": "430",
"auto_color": false,
"page": "pages/home/home",
"scene": 1,
"line_color": {
"r": 0,
"b": 0,
"g": 0
}
}
问题是这个服务一直运行,突然上个月就发现了返回412错误了,这个是什么原因?有人碰到过吗?
postman报错吗