Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am spacelan on github.
  • I am spacelan (https://keybase.io/spacelan) on keybase.
  • I have a public key ASBq6cRwmHXNEZQkPtB-NMxhS_6Q_fIZTIbVJucnf35_Igo

To claim this, I am signing this object:

"use strict"
const EventEmitter = require('events')
const request = require('./request.js')
const debug = require('debug')('wechat')
const fs = require('fs')
const path = require('path')
const FormData = require('form-data')
// Private Method
const _getTime = () => new Date().getTime()