update 优化订单支付定时任务批量修改金额相关sql
This commit is contained in:
@@ -111,15 +111,13 @@ public class LeaseProductController {
|
||||
}
|
||||
|
||||
|
||||
//TODO 2025-11-21 查询店铺的矿机列表,不存在商品了
|
||||
|
||||
@ApiOperation("获取店铺商品列表用于新增绑定店铺钱包")
|
||||
@ApiOperation("获取店铺商品列表用于新增绑定店铺钱包-v1")
|
||||
@PostMapping("/getProductListForShopWalletConfig")
|
||||
public Result<List<ProductForWalletConfigDto>> getProductListForShopWalletConfig() {
|
||||
return leaseProductService.getProductListForShopWalletConfig();
|
||||
}
|
||||
|
||||
//TODO 2025-11-21 修改这些矿机的价格,并且绑定新钱包
|
||||
|
||||
@ApiOperation("新增绑定店铺钱包并设置店铺下面每个矿机该钱包币种的售价 + 钱包绑定")
|
||||
@PostMapping("/updateProductListForShopWalletConfig")
|
||||
|
||||
@@ -3,6 +3,7 @@ package com.m2pool.lease.controller;
|
||||
|
||||
import com.m2pool.lease.annotation.LoginRequired;
|
||||
import com.m2pool.lease.dto.*;
|
||||
import com.m2pool.lease.dto.v2.MachineForWalletConfigDto;
|
||||
import com.m2pool.lease.dto.v2.MachineInfoDto;
|
||||
import com.m2pool.lease.dto.v2.SellerMachineInfoDto;
|
||||
import com.m2pool.lease.dto.v2.ShopInfoDto;
|
||||
@@ -104,7 +105,11 @@ public class LeaseProductMachineV2Controller {
|
||||
return leaseMachineService.getSupportAlgo(coin);
|
||||
}
|
||||
|
||||
|
||||
@ApiOperation("获取店铺商品列表用于新增绑定店铺钱包-v2")
|
||||
@PostMapping("/getProductListForShopWalletConfig")
|
||||
public Result<List<MachineForWalletConfigDto>> getProductListForShopWalletConfig() {
|
||||
return leaseMachineService.getProductListForShopWalletConfig();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user