我的小程序申请了三个服务类目,这种情况下,订阅消息以哪一套消息为准呢?
"{"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)
}
}
}