试试这个
for item in my_list: message['data'] += [{'text': item[0], 'value': item[1]}]
它使用python的 + 名单接线员。
+