|
|
|
@@ -58,7 +58,6 @@ public class PosServiceImpl implements PosService { |
|
|
|
public Map<String, String> doGetQrCode(Map<String, String> params) throws MallinkException { |
|
|
|
Map<String, String> retMap = new HashMap<>(); |
|
|
|
|
|
|
|
String nonceStr = params.get(WxPayConstant.NONCE_STR); // 随机数 |
|
|
|
String tenantId = params.get(WxPayConstant.TENANT_ID); // 租户ID |
|
|
|
|
|
|
|
if (StringUtils.isBlank(tenantId)) { |
|
|
|
@@ -85,7 +84,6 @@ public class PosServiceImpl implements PosService { |
|
|
|
public Map<String, String> checkMember(Map<String, String> params) throws MallinkException { |
|
|
|
Map<String, String> retMap = new HashMap<>(); |
|
|
|
|
|
|
|
String nonceStr = params.get(WxPayConstant.NONCE_STR); // 随机数 |
|
|
|
String tenantId = params.get(WxPayConstant.TENANT_ID); // 租户ID |
|
|
|
String merchantIdStr = params.get(WxPayConstant.MERCHANT_ID); // 商户ID |
|
|
|
String memIdStr = params.get(WxPayConstant.MEM_ID); // 会员ID |
|
|
|
@@ -223,7 +221,6 @@ public class PosServiceImpl implements PosService { |
|
|
|
public Map<String, String> couponOrderVerifyDo(@RequestBody Map<String, String> params, EnumVerifyActionType actionType) throws MallinkException { |
|
|
|
Map<String, String> retMap = new HashMap<>(); |
|
|
|
|
|
|
|
String nonceStr = params.get(WxPayConstant.NONCE_STR); // 随机数 |
|
|
|
String tenantId = params.get(WxPayConstant.TENANT_ID); // 租户ID |
|
|
|
String merchantIdStr = params.get(WxPayConstant.MERCHANT_ID); // 商户ID |
|
|
|
String buUserIdStr = params.get(WxPayConstant.BUSER_ID); // POS操作员ID |
|
|
|
@@ -326,7 +323,6 @@ public class PosServiceImpl implements PosService { |
|
|
|
public Map<String, String> couponOrderVerifyListDo(@RequestBody Map<String, String> params, EnumVerifyActionType actionType) throws MallinkException { |
|
|
|
Map<String, String> retMap = new HashMap<>(); |
|
|
|
|
|
|
|
String nonceStr = params.get(WxPayConstant.NONCE_STR); // 随机数 |
|
|
|
String tenantId = params.get(WxPayConstant.TENANT_ID); // 租户ID |
|
|
|
String merchantIdStr = params.get(WxPayConstant.MERCHANT_ID); // 商户ID |
|
|
|
String buUserIdStr = params.get(WxPayConstant.BUSER_ID); // POS操作员ID |
|
|
|
@@ -654,7 +650,6 @@ public class PosServiceImpl implements PosService { |
|
|
|
public Map<String, String> couponOrderVerifyCancel(Map<String, String> params, EnumVerifyActionType actionType) { |
|
|
|
Map<String, String> retMap = new HashMap<>(); |
|
|
|
|
|
|
|
String nonceStr = params.get(WxPayConstant.NONCE_STR); // 随机数 |
|
|
|
String tenantId = params.get(WxPayConstant.TENANT_ID); // 租户ID |
|
|
|
String merchantIdStr = params.get(WxPayConstant.MERCHANT_ID); // 商户ID |
|
|
|
String buUserIdStr = params.get(WxPayConstant.BUSER_ID); // POS操作员ID |
|
|
|
|