AnswerAIL / dingtalk-spring-boot-starter

Dinger(叮鸽),SpringBoot集成钉钉/企业微信/飞书群机器人实现消息通知中间件。
https://github.com/AnswerAIL/dingtalk-spring-boot-starter/wiki
Apache License 2.0
345 stars 75 forks source link

同一台机子同一个markdown 接口 钉钉发送的内容一模一样(第一次为准) #2

Closed huoshou2019 closed 4 years ago

huoshou2019 commented 4 years ago
@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"} 最后钉钉机器人发送的消息如下图:

887B9F0A-B503-4404-A14D-86CF483C0D68

49分收到的还是以前的时间发送过的内容一模一样 然后我重启程序发送的内容就会变 是不是封装漏了参数

huoshou2019 commented 4 years ago

@AnswerAIL 麻烦帮我看下这个问题

AnswerAIL commented 4 years ago

bug已修复,请使用2.0.3-RELEASE版本,谢谢