feat(微信支付): 新增商家转账到零钱接口服务#2702
Conversation
| @Override | ||
| public TransferBatchesResult transferBatches(TransferBatchesRequest request) throws WxPayException { | ||
| String url = String.format("%s/v3/transfer/batches", this.payService.getPayBaseUrl()); | ||
| RsaCryptoUtil.encryptFields(request, this.payService.getConfig().getVerifier().getValidCertificate()); |
There was a problem hiding this comment.
NULL_DEREFERENCE: object returned by TransferServiceImpl.payService.getConfig().getVerifier() could be null and is dereferenced at line 27.
Reply with "@sonatype-lift help" for more info.
Reply with "@sonatype-lift ignore" to tell LiftBot to leave out the above finding from this PR.
Reply with "@sonatype-lift ignoreall" to tell LiftBot to leave out all the findings from this PR and from the status bar in Github.
When talking to LiftBot, you need to refresh the page to see its response. Click here to get to know more about LiftBot commands.
Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]
There was a problem hiding this comment.
I've recorded this as ignored for this pull request. If you change your mind, just comment @sonatype-lift unignore.
#2672