完整示例代码分享:
// 返回示例1
{
"reason": "success",
"result": {
"date": "2024年11月30日",
"msg": "您的爱车属于6年内免检车辆。本轮检验周期内,请于2024年11月30日前三个月内通过“交管12123”APP为爱车申领检验标志。"
},
"error_code": 0
}
// 返回示例2
{
"reason": "success",
"result": {
"date": "2023年11月30日",
"msg": "本轮检验周期内,请于2023年11月30日前三个月内至检验机构参加安全技术检验。"
},
"error_code": 0
}