UNPKG
@lantsang/nestjs-ucpaas-sms
Version:
latest (0.0.1)
0.0.1
nestjs 云之讯平台短信集成插件
@lantsang/nestjs-ucpaas-sms
/
dist
/
constants
/
ucpaas.constant.js
9 lines
(8 loc)
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
SEND_SINGLE_URL
=
void
0
;
/** * 云之讯单发短信(通过模板)请求URL *
@see
http://docs.ucpaas.com/doku.php?id=%E7%9F%AD%E4%BF%A1:sendsms */
exports
.
SEND_SINGLE_URL
=
'https://open.ucpaas.com/ol/sms/sendsms'
;