Commit cf24a4ab by 徐高华

log

parent 0cf2a410
......@@ -373,7 +373,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
}
// 生成动态活码
retDTO.setRemarkMap(remarkMap);
log.info(JSON.toJSONString(retDTO, true));
log.info("活码数据返回={}",JSON.toJSONString(retDTO, true));
return ServiceResponse.success(retDTO);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment