第三方代码包提交审核category is in invalid format
首先通过 https://api.weixin.qq.com/wxa/get_category?access_token=TOKEN 获取的数据为
{errcode: 0,
errmsg: "ok",
category_list: [
{
first_class: "工具",
second_class: "记账",
third_class: ""
}
]
}
通过 https://api.weixin.qq.com/wxa/submit\_audit?access\_token=TOKEN 将第三方代码包提交审核时 数据为
{
"item_list": [
{
"address":"pages/index/index",
"tag":"工具",
"first_class": "工具",
"second_class": "记账",
"third_class" : "",
"title": "首页"
}
]
}
显示结果为{“errcode”:85008, “errmsg” : “category is in invalid format hint: [AbG2Ja0284e626]”}
