11 lines
317 B
JavaScript
11 lines
317 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TencentSmsInstance = void 0;
|
|
class TencentSmsInstance {
|
|
async sendSms(params) {
|
|
console.log('react-native走不到这里[tencent/sms.native]');
|
|
return {};
|
|
}
|
|
}
|
|
exports.TencentSmsInstance = TencentSmsInstance;
|