mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-22 03:27:39 +08:00
🆕 #1527 微信小程序增加OCR身份证识别和银行卡识别等接口
This commit is contained in:
@@ -76,6 +76,8 @@ public class ProfitSharingServiceImpl implements ProfitSharingService {
|
||||
|
||||
@Override
|
||||
public ProfitSharingQueryResult profitSharingQuery(ProfitSharingQueryRequest request) throws WxPayException {
|
||||
request.setAppid(null);
|
||||
|
||||
request.checkAndSign(this.payService.getConfig());
|
||||
String url = this.payService.getPayBaseUrl() + "/pay/profitsharingquery";
|
||||
|
||||
|
Reference in New Issue
Block a user