Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
huoshou2019 opened this issue Oct 12, 2020 · 2 comments

Comments

@huoshou2019
Copy link

@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
Copy link
Author

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

@AnswerAIL
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants