Update aliyun-sms.js

This commit is contained in:
GOGOsu 2022-04-30 10:45:38 +08:00 committed by GitHub
parent 2347a01f7c
commit 369477b4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class AliyunSMS extends NotificationProvider {
let key = oa[i];
param2[key] = param[key];
}
// Escape more characters than encodeURIComponent does.
// For generating Aliyun signature, all characters except A-Za-z0-9~-._ are encoded.
// See https://help.aliyun.com/document_detail/315526.html