node-zhiyan

智验短信验证

Usage no npm install needed!

<script type="module">
  import nodeZhiyan from 'https://cdn.skypack.dev/node-zhiyan';
</script>

README

node-zhiyan

智验短信验证

Installation

$ npm install node-zhiyan

Getting Started

var zy = require('node-zhiyan');
zy.setConfig = {
   appKey: 'xxxx',
   token: 'xxxx'
 };
 
zy.sendSms(mobile, code, templateId, callback);