aliClient.js 289 B

12345678910
  1. const RPCClient = require('@alicloud/pop-core').RPCClient;
  2. const client = new RPCClient({
  3. accessKeyId: 'LTAI5t5ZwNZ6a4ptUXuiy7of',
  4. accessKeySecret: 'zC4VEHInTiGDNWGakVvkUPrZSzS1P2',
  5. endpoint: 'https://dysmsapi.aliyuncs.com',
  6. apiVersion: '2017-05-25'
  7. });
  8. module.exports = client;