idea
Results
2
comments of
idea
really?
临时解决办法如下: WxPayService wxPayService = new WxPayServiceImpl(){ private StringEntity createEntry(String requestStr) { return new StringEntity(requestStr, ContentType.create("application/json", "utf-8")); } @Override public String postV3(String url, String requestStr) throws WxPayException { HttpPost httpPost =...