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