第三方平台appid:wxc148bba93df23418
小程序appid:wx011cf2c2f64b142e
接口返回错误: "invaid register type hint: [P5y02393888]"
请求接口地址:"https://api.weixin.qq.com/cgi-bin/wxopen/addcategory"
请求时间: "2019-12-26 18:13:59"
请求数据: "{"categories":[{"first":150,"second":666,"certicates":[]}]}"
同求一个问题,这个二级类目只提供了名称,没有对应的id,调用接口添加类目需要提交id的,怎么知道对应id是多少啊。。。。找不到文档啊
类目和ID对应json
你好,该提示表示该接口只支持通过 API 创建的小程序调用
https://developers.weixin.qq.com/community/develop/doc/0002a2666c4ee8ea92a91d18256400?fromCreate=0
1你是通过接口创建的么
2 150,666代表什么类目
3报的什么错误?错误信息贴一下
array(1) {
["categories"]=>
array(1) {
[0]=>
array(3) {
["first"]=>
int(150)
["second"]=>
int(666)
["certicates"]=>
array(0) {
}
}
}
}
int(41033)
string(37) "invaid register type hint: [03423134]"
string(18) "wx011cf2c2f64b142e"
string(52) "https://api.weixin.qq.com/cgi-bin/wxopen/addcategory"
string(19) "2019-12-26 18:32:22"
string(59) "{"categories":[{"first":150,"second":666,"certicates":[]}]}"
小程序不是通过接口创建的。但是小程序授权给平台了
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/Mini_Programs/category/addcategory.html