0.1.2 • Published 5 years ago

tencent-ai-sign-ts v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

tencent-ai-sign

微信AI开放平台签名工具。源码来自微信AI开发平台示例

安装

npm install tencent-ai-sign-ts

使用

import sign from 'tencent-ai-sign-ts'
sign(params, app_id, app_key)

返回

// something like this
{
  app_id: '10000',
  time_stamp: '1493449657',
  nonce_str: '20e3408a79',
  key1: '腾讯AI开放平台',
  key2: '示例仅供参考',
  sign: 'BE918C28827E0783D1E5F8E6D7C37A61',
}