@@ -120,7 +120,7 @@ public class WechatCheckinDataServiceImpl extends ServiceImpl<WechatCheckinDataM
}
} else {
- log.error("获取打卡数据异常,数据-> {}",resultJson);
+ log.error("获取打卡数据异常,返回数据-> {} ;入参-> {}", resultJson, params.toJSONString());
} catch (Exception e) {