|
|
@@ -47,6 +47,7 @@ public class QrcodeRequestExecutor implements RequestExecutor<File, AbstractWxMa |
|
|
|
RequestConfig.custom().setProxy(requestHttp.getRequestHttpProxy()).build() |
|
|
|
); |
|
|
|
} |
|
|
|
httpPost.addHeader("Content-Type","application/json"); |
|
|
|
|
|
|
|
httpPost.setEntity(new StringEntity(qrcodeWrapper.toJson())); |
|
|
|
|
|
|
|