显示vip价格

This commit is contained in:
2024-02-22 14:46:54 +08:00
parent 2dcc224d99
commit 6d8be9c640
7 changed files with 171 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ import com.jsowell.pile.transaction.service.TransactionService;
import com.jsowell.pile.util.SnUtils;
import com.jsowell.pile.vo.base.MemberWalletVO;
import com.jsowell.pile.vo.base.PileInfoVO;
import com.jsowell.pile.vo.uniapp.BillingPriceVO;
import com.jsowell.pile.vo.uniapp.MemberVO;
import com.jsowell.pile.vo.uniapp.PileConnectorDetailVO;
import com.jsowell.pile.vo.web.*;
@@ -249,6 +250,16 @@ public class SpringBootTestController {
@Autowired
private HuaWeiService huaWeiService;
@Test
public void queryBillingPriceTest() {
String stationId = "19";
List<BillingPriceVO> billingPriceVOS = pileBillingTemplateService.queryBillingPriceOld(stationId);
System.out.println("老版:" + JSON.toJSONString(billingPriceVOS));
List<BillingPriceVO> billingPriceVOS1 = pileBillingTemplateService.queryBillingPrice(stationId);
System.out.println("新版:" + JSON.toJSONString(billingPriceVOS1));
}
@Test
public void queryPaymentRefundTest() {
String paymentId = "002212023122615542010585629628950949888";