- 小程序代码包提交审核提示类目错误
微信开放平台》第三方平台》第三方提交的代码包提交审核 组织数据如下: $data = [ 'item_list' => [//子项通过上边的getCategory接口获取 [ // 'address' => $result["page_list"][0], //从getPage接口获取 'address' => 'index', //从getPage接口获取 'tag' => $tag, //小程序的标签,多个标签用空格分隔,标签不能多于10个,标签长度不超过20 'first_class' => $first_class, 'second_class' => $second_class, // 'third_class' => '', 'first_id' => $first_id, 'second_id' => $second_id, // 'third_id' => '', 'title' => 'but', //小程序页面的标题,标题长度不超过32 ] ], ]; $response = $client->request('POST', $uri, [ 'body' => json_encode($data, JSON_UNESCAPED_UNICODE), // 'body' => json_encode($data), 'headers' => ['content-type' => 'application/json'], ]); 打印后发送数据如下: array:2 [▼ "body" => "{"item_list":[{"address":"index","tag":"线下培训","first_class":"教育","second_class":"培训机构","first_id":"8","second_id":"37","title":"but"}]}" "headers" => array:1 [▶] ] 返回结果: array(2) { ["errcode"]=> int(85008) ["errmsg"]=> string(52) "category is in invalid format hint: [ZRKeqA07682756]" } 上边的类目 信息都是通过 获取账号可以设置的所有类目 接口获取的, 问下是什么问题造成的。 代码如下: [图片] APPID:wx7a6198a45c9b60b5
2019-03-20 - 开放平台设置业务类别 41033 invaid register type h
开放平台提小程序设置类别 api /cgi-bin/wxopen/addcategory?access_token=" appid wx84b73785711a9888 返回 "message": "invaid register type hint: [ufXwka05541894]", "errcode": 41033 请问如何解决
2019-04-30 - 微信开放平台代小程序 调获取分类接口报 invaid register type
dealer-wmall-webapi: 获取账号已经设置的所有类目调微信接口:https://api.weixin.qq.com/cgi-bin/wxopen/getcategory?access_token=20_zM_62gsDI99xNNOnxA2igsAR3zcFYhZioFeIZ4NAejLxPWnH03Hpahm9Z7aIJ_citx3jy8qxtdWv0VW2xK0NGXvWircXyX3kQ8qnYXLbxUJszLF-O9fVd4N_q3YAwvyoOvFfhh7mjcCF5SVhBQBhAFDLAL 2019-04-17 14:00:11.640 [INFO ] dealer-wmall-webapi: 返回:{"errcode":41033,"errmsg":"invaid register type hint: [sE8M6a09054934]"} 2019-04-17 14:00:11.640 [INFO ] dealer-wmall-webapi: 获取账号已经设置的所有类目微信返回:{"errcode":41033,"errmsg":"invaid register type hint: [sE8M6a09054934]"} 调获取分类接口 https://api.weixin.qq.com/cgi-bin/wxopen/getcategory 返回 {"errcode":41033,"errmsg":"invaid register type hint: [sE8M6a09054934]"} 我这个授权方应用小程序 是设置了分类得,是这个法人自己去创建,然后通过第三方授权技术授权进来得。 [图片] 什么原因啊? 不能获取到分类,就不能上传代码呢!!!! 在线等
2019-04-17 - 开放平台被动回复
是不是被动回复要全网发布后才能进行回复,接口调试是正常的,在公众号显示“该公众号提供的服务出现故障,请稍后再试”[图片]
2018-12-25