修改多商户支付
This commit is contained in:
@ -81,12 +81,12 @@ public class WeChatPayController extends BaseController {
|
||||
* 获取平台证书
|
||||
* @return
|
||||
*/
|
||||
@ApiOperation("获取平台证书")
|
||||
/*@ApiOperation("获取平台证书")
|
||||
@GetMapping("/getPlatformCertificate")
|
||||
public AjaxResult getPlatformCertificate()
|
||||
{
|
||||
return success(userWechatPayService.getPlatformCertificat());
|
||||
}
|
||||
}*/
|
||||
|
||||
/**
|
||||
* 获取openId
|
||||
@ -199,7 +199,7 @@ public class WeChatPayController extends BaseController {
|
||||
queryWrapper.eq("wechat_public_key_id",wechatpaySerial);
|
||||
NgMerchants ngMerchants = ngMerchantsMapper.selectOne(queryWrapper);
|
||||
QueryWrapper queryWrappers = new QueryWrapper();
|
||||
queryWrapper.eq("platform_certificate_serial_number",wechatpaySerial);
|
||||
queryWrappers.eq("platform_certificate_serial_number",wechatpaySerial);
|
||||
NgMerchants ngMerchants1 = ngMerchantsMapper.selectOne(queryWrappers);
|
||||
boolean isVerified = false;
|
||||
if(ngMerchants!=null){
|
||||
|
Reference in New Issue
Block a user