Update server/notification-providers/aliyun-sms.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
369477b4b9
commit
73e38a13d2
|
@ -96,7 +96,6 @@ class AliyunSMS extends NotificationProvider {
|
||||||
// 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
|
||||||
|
|
||||||
let moreEscapesTable = function (m) {
|
let moreEscapesTable = function (m) {
|
||||||
return {
|
return {
|
||||||
"!": "%21",
|
"!": "%21",
|
||||||
|
|
Loading…
Reference in New Issue