收藏
回答

订阅消息(subscribeMessage.getCategory)出现多个类目,我该使用哪个?

我的小程序申请了三个服务类目,这种情况下,订阅消息以哪一套消息为准呢?


"{"data":[{"id":321,"name":"食品"},{"id":670,"name":"百货/超市/便利店"},{"id":818,"name":"酒/盐"}]"


获取当前类目的时候也是 三个:

  ["category_list"]=>
  array(3) {
    [0]=>
    array(4) {
      ["first_class"]=>
      string(12) "生活服务"
      ["second_class"]=>
      string(23) "百货/超市/便利店"
      ["first_id"]=>
      int(150)
      ["second_id"]=>
      int(670)
    }
    [1]=>
    array(4) {
      ["first_class"]=>
      string(12) "商家自营"
      ["second_class"]=>
      string(6) "食品"
      ["first_id"]=>
      int(304)
      ["second_id"]=>
      int(321)
    }
    [2]=>
    array(4) {
      ["first_class"]=>
      string(12) "商家自营"
      ["second_class"]=>
      string(7) "酒/盐"
      ["first_id"]=>
      int(304)
      ["second_id"]=>
      int(818)
    }
  }
}


最后一次编辑于  2020-07-25
回答关注问题邀请回答
收藏
登录 后发表内容
问题标签