From 4a6398372d243bed5efd1d441766b6e1377f4963 Mon Sep 17 00:00:00 2001 From: yuanye <418471657@qq.com> Date: Mon, 6 May 2024 10:14:30 +0800 Subject: [PATCH] 1 --- .../controller/HighThirdPartyController.java | 27 +++++-------------- .../resources/dev/commonConfig.properties | 14 +++++----- 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/hai-cweb/src/main/java/com/cweb/controller/HighThirdPartyController.java b/hai-cweb/src/main/java/com/cweb/controller/HighThirdPartyController.java index c6599e9e..815206c9 100644 --- a/hai-cweb/src/main/java/com/cweb/controller/HighThirdPartyController.java +++ b/hai-cweb/src/main/java/com/cweb/controller/HighThirdPartyController.java @@ -86,15 +86,10 @@ public class HighThirdPartyController { @ResponseBody @ApiOperation(value = "查询星巴克商品") public ResponseData getStarbucksProducts(@RequestParam(name = "name", required = false) String name, - @RequestParam(value = "regionId", required = true) String regionId) { + @RequestParam(value = "companyId", required = true) Long companyId) { try { - SecRegion region = commonService.getParentByRegion(Long.valueOf(regionId)); - BigDecimal productDiscount = null; - if (region != null) { - BsCompany bsCompany = bsCompanyService.selectCompanyByRegion(region.getRegionId().toString()); - productDiscount = thirdProductConfig.getProductConfigNum(1, bsCompany.getId()); - } + BigDecimal productDiscount = thirdProductConfig.getProductConfigNum(1, companyId);; if (productDiscount == null) { log.error("getRechargeProduct error!", "查询失败!"); @@ -228,7 +223,7 @@ public class HighThirdPartyController { @RequestMapping(value = "/listByStoreCode", method = RequestMethod.GET) @ResponseBody @ApiOperation(value = "查询肯德基门店菜单") - public ResponseData listByStoreCode(@RequestParam(name = "storeCode", required = false) String storeCode, @RequestParam(value = "regionId", required = true) String regionId) { + public ResponseData listByStoreCode(@RequestParam(name = "storeCode", required = false) String storeCode, @RequestParam(value = "companyId", required = true) Long companyId) { try { JSONObject jsonObject = QianZhuConfig.listByStoreCode(storeCode); @@ -240,12 +235,7 @@ public class HighThirdPartyController { throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "未查询到任何门店"); } - BigDecimal productDiscount = null; - SecRegion region = commonService.getParentByRegion(Long.valueOf(regionId)); - if (region != null) { - BsCompany bsCompany = bsCompanyService.selectCompanyByRegion(region.getRegionId().toString()); - productDiscount = thirdProductConfig.getProductConfigNum(2, bsCompany.getId()); - } + BigDecimal productDiscount = thirdProductConfig.getProductConfigNum(2, companyId); if (productDiscount == null) { log.error("getRechargeProduct error!", "查询失败!"); @@ -436,15 +426,10 @@ public class HighThirdPartyController { public ResponseData getMemberProducts(@RequestParam(name = "name", required = false) String name, @RequestParam(value = "typeId", required = true) Integer typeId, @RequestParam(value = "brandId", required = true) Integer brandId, - @RequestParam(value = "regionId", required = true) String regionId) { + @RequestParam(value = "companyId", required = true) Long companyId) { try { - SecRegion region = commonService.getParentByRegion(Long.valueOf(regionId)); - BigDecimal productDiscount = null; - if (region != null) { - BsCompany bsCompany = bsCompanyService.selectCompanyByRegion(region.getRegionId().toString()); - productDiscount = thirdProductConfig.getProductConfigNum(3, bsCompany.getId()); - } + BigDecimal productDiscount = thirdProductConfig.getProductConfigNum(3, companyId); if (productDiscount == null) { log.error("getRechargeProduct error!", "查询失败!"); diff --git a/hai-service/src/main/resources/dev/commonConfig.properties b/hai-service/src/main/resources/dev/commonConfig.properties index 767b4ce2..5f38e50f 100644 --- a/hai-service/src/main/resources/dev/commonConfig.properties +++ b/hai-service/src/main/resources/dev/commonConfig.properties @@ -36,13 +36,13 @@ jzPrivateKeyUrl=/home/project/hsg/fileKey/JzPrivateKey.key jzPublicKeyUrl=/home/project/hsg/fileKey/JzPublicKey.key # ???? -qinzhuUrl=https://live-test.qianzhu8.com -qinzhuUrlToken=https://live-test.qianzhu8.com/gateway -qinzhuHtmlUrl=https://m-test.qianzhu8.com -qianzhuH5url=https://nf-test.qianzhu8.com/gateway -qinzhuPlatformId=10376 -qinzhuSecret=ktxb49sh2jfhgn8g -qianzhuOrderNotify=https://hsgcs.dctpay.com/crest/qianzhu/orderNotify +qinzhuUrl=https://live.qianzhu8.com +qinzhuUrlToken=https://live.qianzhu8.com/gateway +qinzhuHtmlUrl=https://qz.dctpay.com +qianzhuH5url=https://nf.qianzhu8.com/gateway +qinzhuPlatformId=10458 +qinzhuSecret=nnl3gg4ss0pka11t +qianzhuOrderNotify=https://hsg.dctpay.com/crest/qianzhu/orderNotify thirdAppKey=211394653 thirdAppSecret=cyQpQKMaGUG186iEZRt1uQ==