| 1234567891011121314 |
- const RPCClient = require('@alicloud/pop-core').RPCClient;
- const client = new RPCClient({
- accessKeyId: 'LTAI5t8kHgZYyFbJrHEznZvq',
- accessKeySecret: 'I6bT5SEuivtGQGxecZG8TS327cIIVg',
- endpoint: 'https://dysmsapi.aliyuncs.com',
- regionId: 'cn-hangzhou',
- apiVersion: '2017-05-25',
- signName: '南京云栖信息科技',
- templateCode: 'SMS_253920073'
- });
- module.exports = client;
|