Python retrieve JSON from mysql TypeError: the JSON object must be str, bytes or bytearray, not tuple

后端 未结 0 1138
栀梦
栀梦 2021-01-14 16:19

When I attempt to retrieve JSON from MYSQL why does it comes with this error? How do I solve this?

`def get_go(order_no):

mycursor.execute("SELECT         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题