demo.js 94 B

12345
  1. module.exports = async (ctx) => {
  2. ctx.state.data = {
  3. msg: 'hello 小程序后台'
  4. }
  5. }