|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TencentSmsInstance = void 0;
|
|
class TencentSmsInstance {
|
|
async sendSms(params) {
|
|
console.log('web走不到这里');
|
|
return {};
|
|
}
|
|
}
|
|
exports.TencentSmsInstance = TencentSmsInstance;
|