SerializationException: Could not read JSON: Unrecognized token “xxx“
线上项目:
给对方推推数据(requests.post(xxx)) , 收到的response中解释如题
经百度:
传给post的body必须是json.dumps()后的, 还是第一次遇到.
线上项目:
给对方推推数据(requests.post(xxx)) , 收到的response中解释如题
经百度:
传给post的body必须是json.dumps()后的, 还是第一次遇到.