- Quảng trường Chiến lược
- Đẩy ghim
Đẩy ghim
Tác giả:
Đàn ông đấm, Ngày: 2019-07-29 19:38:03
Tags:
Đẩy
- $.ddNotice ((title, content))
> title: kiểu chuỗi, tiêu đề được đẩy
> content: kiểu số, định dạng markdown
$.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')
}
Nội dung liên quan
Nhiều hơn nữa