Commit 6f4500ad authored by 黎博's avatar 黎博

新增构建提测说明消息的方法

parent e408026b
......@@ -234,6 +234,16 @@ public class DingdingUtils {
return buildMarkdownMsg(title, content, true);
}
/**
* 构建发送给 项目上线后消息同步 的消息
* @param projectName 项目名称
* @param submitTestUrl 提测说明地址
* @return
*/
public String buildTestSubmitInstructionMsg(String projectName, String submitTestUrl) {
return null;
}
public static void main(String[] args) {
// String markdown = buildMarkdownMsg("YXM-1499", "【羊小咩v7.6.00】【VCC首次交易率提升专题】巴拉巴拉", "黎博", "于巧玲", "p1", "kddsp");
// String markdown = buildPipelineMarkdownMsg("holmes", "master", "bo.li", "测试", "2021-06-03 14:59:45", "fe");
......
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