收藏
回答

小程序代码包提交审核提示类目错误

审核类型 框架类型 问题类型 提审时间 AppID
类目审核 小程序 Bug 2019-03-20 wx7a6198a45c9b60b5

微信开放平台》第三方平台》第三方提交的代码包提交审核

组织数据如下:

$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
回答关注问题邀请回答
收藏

2 个回答

  • Up~
    Up~
    2019-10-21

    同问

    2019-10-21
    有用
    回复
  • Ltt
    Ltt
    2019-03-20

    提交代码审核的类目需要是该小程序本身已有的类目里取。请自查一下。

    2019-03-20
    有用
    回复 4
    • bing.com
      bing.com
      2019-03-20

      小程序本身已有的类目 指的是什么? 不是通过 8.1 获取账号可以设置的所有类目 https://api.weixin.qq.com/cgi-bin/wxopen/getallcategories?access_token=TOKEN 这个接口获取的参数 吗?

      2019-03-20
      回复
    • Ltt
      Ltt
      2019-03-20回复bing.com

      就是小程序通过类目审核的类目。

      2019-03-20
      回复
    • 流年🌻
      流年🌻
      2019-04-30回复Ltt

      为什么不能获取到小程序的分类呢?如果获取不到当前小程序的分类,我怎么知道是否需要添加我想要的类目呢?

      提示:

      {"errcode":41033,"errmsg":"invaid register type hint: [1D2Q.A0909shb1]"}


      2019-04-30
      回复
    • Spring
      Spring
      2020-10-30
      GET https://api.weixin.qq.com/wxa/get_category?access_token=ACCESS_TOKEN 这个接口获取类目为空集合然后提交审核说类目填写错误,请问为什么???
      2020-10-30
      回复
登录 后发表内容