UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

28 lines (22 loc) 1.26 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var wecomRobot_base = require('./base.js'); var wecomRobot_batchSend = require('./batch-send.js'); var wecomRobot_helper = require('./helper.js'); var wecomRobot_message = require('./message.js'); var wecomRobot_optimizeRobotContent = require('./optimize-robot-content.js'); var wecomRobot_sendImg = require('./send-img.js'); require('../tslib.es6-01322ba9.js'); require('axios'); require('../node-img/img.js'); exports.sendWxRobotImg = wecomRobot_base.sendWxRobotImg; exports.sendWxRobotMarkdown = wecomRobot_base.sendWxRobotMarkdown; exports.sendWxRobotMsg = wecomRobot_base.sendWxRobotMsg; exports.batchSendWxRobotBase64Img = wecomRobot_batchSend.batchSendWxRobotBase64Img; exports.batchSendWxRobotMarkdown = wecomRobot_batchSend.batchSendWxRobotMarkdown; exports.batchSendWxRobotMsg = wecomRobot_batchSend.batchSendWxRobotMsg; exports.getRobotWebhookUrl = wecomRobot_helper.getRobotWebhookUrl; exports.genRobotMessage = wecomRobot_message.genRobotMessage; exports.parseRobotMessage = wecomRobot_message.parseRobotMessage; exports.optimizeRobotContent = wecomRobot_optimizeRobotContent.optimizeRobotContent; exports.sendWxRobotBase64Img = wecomRobot_sendImg.sendWxRobotBase64Img;