aliClient.js 390 B

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