update 2miner 根据店铺是否开启专用网络,判断是否使用专用网络

This commit is contained in:
yyb
2026-01-30 09:53:26 +08:00
parent 5008b953cb
commit 8be7e9794d
2 changed files with 4 additions and 0 deletions

View File

@@ -45,4 +45,7 @@ public class MiningConfigDto {
@ApiModelProperty(value = "挖矿结束时间") @ApiModelProperty(value = "挖矿结束时间")
private Long end_timestamp; private Long end_timestamp;
@ApiModelProperty(value = "矿池代理地址")
private String poolProxyUrl;
} }

View File

@@ -354,6 +354,7 @@
id, id,
coin, coin,
mining_tcp_gpu_url as pool, mining_tcp_gpu_url as pool,
mining_proxy_tcp_gpu_url as poolProxyUrl,
algorithm as algo algorithm as algo
from lease_pool_coin_config from lease_pool_coin_config
where where