|
@@ -232,7 +232,7 @@ public class WxPayServiceImpl implements WxPayService {
|
|
|
for (int lenght; (lenght = inputStream.read(buffer)) != -1; ) {
|
|
for (int lenght; (lenght = inputStream.read(buffer)) != -1; ) {
|
|
|
result.write(buffer, 0, lenght);
|
|
result.write(buffer, 0, lenght);
|
|
|
}
|
|
}
|
|
|
- LOGGER.info("【body1】:{}",request);
|
|
|
|
|
|
|
+ LOGGER.info("【body1】:{}",new String(result.toByteArray()));
|
|
|
LOGGER.info("【body2】:{}",body);
|
|
LOGGER.info("【body2】:{}",body);
|
|
|
|
|
|
|
|
|
|
|