|
|
@@ -70,7 +70,7 @@ public class PnsDataSyncTask {
|
|
|
if (response.getStatusCode() == HttpStatus.OK.value()) {
|
|
|
String data = response.getResponseText();
|
|
|
if (StringUtil.hasText(data)) {
|
|
|
- PNSSendResp resp = FlexJsonUtil.fromJson(data, PNSSendResp.class);
|
|
|
+ PNSSendResp resp = FlexJsonUtil.fromJson(String.valueOf(FlexJsonUtil.fromJson(data).get("result")), PNSSendResp.class);
|
|
|
logger.info("{},{}",resp,resp.getSuccess());
|
|
|
if(resp.getSuccess()) {
|
|
|
logger.info("Sale Upload success Size {}", i);
|