This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const uuid = require('uuid') | |
const md5 = require('md5') | |
const qs = require('query-string') | |
const Router = require('koa-router') | |
const apiRoute = new Router() | |
const NOTIFY_URL = '' | |
const CALLBACK_URL = '' | |
const MCHID = '🆔' | |
const KEY = '🗝' |