"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;