mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-17 15:52:36 +03:00
Update aliyun-sms.js
This commit is contained in:
parent
2347a01f7c
commit
369477b4b9
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class AliyunSMS extends NotificationProvider {
|
||||||
let key = oa[i];
|
let key = oa[i];
|
||||||
param2[key] = param[key];
|
param2[key] = param[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
// Escape more characters than encodeURIComponent does.
|
// Escape more characters than encodeURIComponent does.
|
||||||
// For generating Aliyun signature, all characters except A-Za-z0-9~-._ are encoded.
|
// For generating Aliyun signature, all characters except A-Za-z0-9~-._ are encoded.
|
||||||
// See https://help.aliyun.com/document_detail/315526.html
|
// See https://help.aliyun.com/document_detail/315526.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue