mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 18:26:16 +00:00
修复获取交易记录行数
This commit is contained in:
@@ -73,7 +73,7 @@ func Trc20CallBack(token string, wg *sync.WaitGroup) {
|
||||
endTime := carbon.Now().TimestampWithMillisecond()
|
||||
resp, err := client.R().SetQueryParams(map[string]string{
|
||||
"sort": "-timestamp",
|
||||
"limit": "500",
|
||||
"limit": "50",
|
||||
"start": "0",
|
||||
"direction": "2",
|
||||
"db_version": "1",
|
||||
|
||||
Reference in New Issue
Block a user