douno23
douno23
获取账户资产报错
程序报错 ``` {"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} ```
文件缺失
websocket 方式操作的 demo 需要 include 'key_secret.php'; `2024-03-10 20:44:12 Connection ws://stream.binance.com:9443/stream ErrorException: Undefined array key "listen_key_time" in /code/php/webman-tools/vendor/linwj/binance/src/Api/WebSocket/SocketServer.php:375 ` 在项目中没有这个文件,不知道配置和结构都是什么,烦请提供,感谢 小红花送给你
能否支持货到付款
如题,能否支持货到付款
如何修改请求参数
请问如何修改请求参数,并可以对后续别的方法起到影响 举例: 数据查询时,如果没有传递排序字段,就按照主键倒序排。 尝试过在 layui.table.render 方法中传递 where,但是点击搜索的时候不会传递这个 有没有办法,在控制器或者哪里修改参数,并且对后续产生影响
项目基于webman构建,但是需要使用php构建websocket的服务器和客户端,由于这两个不是主要比重,所以就放在了webman的项目中,根目录下server.php require 'vendor/autoload.php'; requrire 'support/bootstrap.php'; 省略服务端启动代码等 php server.php 每次都会提示输入参数,什么start stop status等等的webman的提示信息,请问如何解决。感谢
here is the code: ``` package main import ( "github.com/gin-contrib/cors" "github.com/gin-gonic/gin" "log" "net/http" "time" ) func main() { router := gin.Default() // CORS for https://foo.com and https://github.com origins, allowing: //...
网线不方便,购买了一个COMFAST无线网卡,请问如何在DN2中连接WIFI路由器,然后共享一个热点出来,让别的用户连接这个热点上网而不是连接原来的路由器,感谢。