请求美业核销券接口:
curl --location --request POST 'https://open.youzanyun.com/api/youzan.mei.verification.do/1.0.0?access_token=xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"m_token": "xxxxx",
"ticket_no": "804812662907",
"verify_ticket_type": 1
}'
返回:
{
"trace_id": "yz7-0a350a42-1685347686762-791523",
"code": 230100000,
"success": false,
"message": "抱歉, 服务器开了个小差"
}
后台日志看到签名和参数没什么问题,请问是什么原因导致核销券请求失败? |
|
用手机打开
收藏
赞 0
···
回复
|
|
|
|