|
@@ -2539,7 +2539,7 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
|
|
JSONObject respJson1 = JSONObject.parseObject(body);
|
|
JSONObject respJson1 = JSONObject.parseObject(body);
|
|
|
|
|
|
if (respJson1.getInteger("errcode")==0){
|
|
if (respJson1.getInteger("errcode")==0){
|
|
- log.info("转移失败");
|
|
|
|
|
|
+ log.info("转移成功");
|
|
} else {
|
|
} else {
|
|
log.info("转移失败:"+respJson1.toJSONString());
|
|
log.info("转移失败:"+respJson1.toJSONString());
|
|
}
|
|
}
|