在做微信第三方平台开发时候,小程序代码提交审核这一接口
接口地址:https://api.weixin.qq.com/wxa/submit_audit?access_token=TOKEN
按照官方写的post的是json格式的数据,但是总是返回解析错误 ,错误码47001
官方自己的数据都不行(json还少个,)
{
“item_list”: [
{
“address”:“index”,
“tag”:“学习 生活”,
“first_class”: “文娱”,
“second_class”: “资讯”,
“first_id”:1,
“second_id”:2,
“title”: “首页”
}
{
“address”:“page/logs/logs”,
“tag”:“学习 工作”,
“first_class”: “教育”,
“second_class”: “学历教育”,
“third_class”: “高等”,
“first_id”:3,
“second_id”:4,
“third_id”:5,
“title”: “日志”
}
]
}