douno23

Results 5 comments of douno23

那是否可以提供一个不用 server 的 demo 或者方案呢,确实感觉意义不大

> 就是交易所key_secret.php api秘钥。 有没有这个文件的链接呢,我没有搜索到币安的资料

> > 程序报错 > > ``` > > {"code":-1021,"msg":"Timestamp for this request is outside of the recvWindow.","_method":"GET","_url":"https:\/\/api.binance.com\/api\/v3\/account?timestamp=1712466203000","_httpcode":400} > > ``` > > Timestamp for this request is outside of the...

> 你请求当时的时间 走到 交易所 这个时间超时了, 你可以单独设置recvWindow 设置大点 怎么设置,能给讲一下吗 是在: `$binance->trade()->postOrder(['recvWindow'=>xxx,.....])`这样设置吗

> ```go > AllowOriginFunc: func(origin string) bool { > if origin == "http://www.foo.com" { > return true > } > if origin == "https://github.com" { > return true > }...