바늘을 밀어

저자:한 펀치 소년, 날짜: 2019-07-29 19:38:03
태그:푸시메시지

  • $.dd신고 (주소, 내용)

title: 문자열 유형, 밀어 붙여진 제목 content: 대수형, 마크다운 형식


$.ddNotice = function(title, content) {
    content = content == null ? title : content instanceof Array ? content.join('\n') : content
    HttpQuery(DING_URI, {
        method: 'POST',
        timeout: 3000,
        data: JSON.stringify({
            msgtype: 'markdown',
            markdown: {
                title: title,
                text: content
            }
        })
    }, null, 'Content-Type: application/json')
}

관련

더 많은