zhangkun9038@dingtalk.com 2025-01-23 12:06:48 +08:00
parent 8fd409d3a4
commit 2dbd1520a3
2 changed files with 4 additions and 1 deletions

View File

@ -145,6 +145,9 @@
"index": 5,
"description": ""
},
"sortedSet": {
"length": 3000
},
"credential": {
"secretKey": "D6D74DF9DD60A25BE2B27CA71D8F814D",
"baseUrl": "aws.okx.com",

2
go.mod
View File

@ -6,7 +6,7 @@ go 1.21
require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/phyer/core v0.2.16
github.com/phyer/core v0.2.17
github.com/sirupsen/logrus v1.9.3
)