UNPKG

egg-old-pay

Version:

sandan store pay inclued wechat alipay vista

12 lines (8 loc) 224 B
'use strict'; const Controller = require('egg').Controller; class HomeController extends Controller { async index() { this.ctx.body = 'hi, ' + this.app.plugins.sandanPay.name; } } module.exports = HomeController;