@seeu/report-robot
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

报告机器人

使用钉钉群聊机器人发送代码报错,接口报错

安装

npm i -S @seeu/report-robot
# or use yarn
# yarn add @seeu/report-robot

小程序接入

import { MpReportRobot } from '@seeu/report-robot'

const robot = new MpReportRobot({
  ACCESS_TOKEN: '你的ACCESS_TOKEN',
  withAsk: true,
})
robot.watchXHR()
robot.watchCodeError()

export default robot

Readme

Keywords

none

Package Sidebar

Install

npm i @seeu/report-robot

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

16.7 kB

Total Files

13

Last publish

Collaborators

  • coppy
  • yijian