Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/326.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Tomtom webfleet消息api返回带有消息文本的消息状态标志_Python_Json_Tomtom - Fatal编程技术网

Python Tomtom webfleet消息api返回带有消息文本的消息状态标志

Python Tomtom webfleet消息api返回带有消息文本的消息状态标志,python,json,tomtom,Python,Json,Tomtom,我正在使用showMessages操作从TomTom telematics weblfeet api检索设备消息。 我得到如下json响应 { "msgid": 102001623621, "msg_time": "22/08/2018 12:24:08", "msg_flag": "R", "msg_category": 1, "msg_text": "Message \"Hello Tomtoim!!!\" read", "msg_refid"

我正在使用showMessages操作从TomTom telematics weblfeet api检索设备消息。 我得到如下json响应

{
    "msgid": 102001623621,
    "msg_time": "22/08/2018 12:24:08",
    "msg_flag": "R",
    "msg_category": 1,
    "msg_text": "Message \"Hello Tomtoim!!!\" read",
    "msg_refid": 101930037863,
    "msg_reftype": 2,
    "objectno": "TEST",
    "pos_time": "22/08/2018 12:24:04",
    "pos_text": "",
    "objectuid": "1-44061-6662F76F14"
}
有谁能告诉我为什么不只是“你好Tomtoim!!!我收到了“你好Tomtoim!!!”的信息?
请帮帮我。

因为引号必须转义。 您可以在