mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 小程序的条码/二维码识别的API请求方式改为post
This commit is contained in:
parent
5ac4e00133
commit
40ba792acc
@ -35,7 +35,7 @@ public class WxMaImgProcServiceImpl implements WxImgProcService {
|
||||
//ignore
|
||||
}
|
||||
|
||||
final String result = this.service.get(String.format(QRCODE, imgUrl), null);
|
||||
final String result = this.service.post(String.format(QRCODE, imgUrl), "");
|
||||
return WxImgProcQrCodeResult.fromJson(result);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user