Commit 2b7e1023 by 吴一龙

钉钉群报警@

parent 0caba177
......@@ -23,9 +23,9 @@ public class DingUtil {
private static final String CREATE_COMMODITY_TEMPLATE_FAIL = "【%s】【告警】场馆id%s,先享后付商品创建失败,商品id为%s,请立即处理";
/**
* 报警器@人,邵之涛,宾哥,一龙
* 报警器@人,邵之涛,一龙
*/
private static final List<String> AT_WARNING_MOBILES = Lists.newArrayList("15356694625", "15868150199", "13073663323");
private static final List<String> AT_WARNING_MOBILES = Lists.newArrayList("15356694625", "13073663323");
public static void sendCheckSettleFail(String env, Integer total) {
TextMessage message = new TextMessage(String.format(CHECK_SETTLE_FAIL, env, total));
......
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