同一台机子同一个markdown 接口 钉钉发送的内容一模一样(第一次为准)
huoshou2019 opened this issue · 2 comments
huoshou2019 commented
@DingerMarkdown(
value = "### 移动花卡选号预警 \n - 时间:${time}\n - 省:${province}\n - 市:${city}\n - 问题描述:${content}\n #### [查看链接](${link}) \n",
title = "号卡业务预警", phones = {""},
tokenId = @DingerTokenId(
value = "",
secret = "" ))
DingTalkResult selectNoNumberWarn(@Parameter("time") String time,
@Parameter("province") String province, @Parameter("city") String city,
@Parameter("content") String content, @Parameter("link") String link);
钉钉消息=============================20======2020年10月12日 09时49分32秒======海南===三亚市=======291秒内选号失败20次==={"code":"DK000","data":"{"errcode":0,"errmsg":"ok"}","logid":"DK257BDE1B86CB4250B91C3DD826267017","message":"success"}
最后钉钉机器人发送的消息如下图:
49分收到的还是以前的时间发送过的内容一模一样
然后我重启程序发送的内容就会变 是不是封装漏了参数
huoshou2019 commented
@AnswerAIL 麻烦帮我看下这个问题
AnswerAIL commented
bug已修复,请使用2.0.3-RELEASE版本,谢谢