正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -34,6 +34,8 @@ class Premium | @@ -34,6 +34,8 @@ class Premium | ||
| 34 | 'settleTs' => $this->settleTs, | 34 | 'settleTs' => $this->settleTs, |
| 35 | 'settlePeriod' => $this->settlePeriod, | 35 | 'settlePeriod' => $this->settlePeriod, |
| 36 | 'uts' => $this->uts, | 36 | 'uts' => $this->uts, |
| 37 | + 'maxRate' => $this->maxRate, | ||
| 38 | + 'minRate' => $this->minRate, | ||
| 37 | ]; | 39 | ]; |
| 38 | } | 40 | } |
| 39 | public static function transferOkx($data, callable $getSymbolSt): self | 41 | public static function transferOkx($data, callable $getSymbolSt): self |
-
请 注册 或 登录 后发表评论