Search found 2 matches

by luentong
2025年 Jan 12日 00:39
Forum: 云开发
Topic: postman可以请求成功,但是postman生成的python代码不行
Replies: 2
Views: 882

Re: postman可以请求成功,但是postman生成的python代码不行

import requests import json url = "https://openapi.tuyacn.com/v1.0/devices/*********/commands?code=switch_1&value=true" payload = json.dumps({ "commands": [ { "code": "switch_1", "value": True } ] }) headers = { 'client_id': 'ed8gtgj49j8ydsdtrjr9...
by luentong
2025年 Jan 12日 00:37
Forum: 云开发
Topic: postman可以请求成功,但是postman生成的python代码不行
Replies: 2
Views: 882

postman可以请求成功,但是postman生成的python代码不行

我自己模拟postman的pre-req javascript逻辑写了一套python代码,最后的请求参数都是一摸一样的,同样也是不行。都是报sign invalid. 请问是为什么,今天弄了一个晚上,有点崩溃。。