UNPKG
tencent-sms
Version:
latest (0.0.1)
0.0.1
sms plugin for tencent cloud
tencent-sms
/
rules.js
14 lines
(13 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
module
.
exports
= {
credential
: {
secretId
:
''
,
secretKey
:
''
, },
region
:
'ap-guangzhou'
,
profile
: {
httpProfile
: {
endpoint
:
'sms.tencentcloudapi.com'
, }, }, };