Skip to content

Commit

Permalink
静态资源位置修改
Browse files Browse the repository at this point in the history
  • Loading branch information
bailicangdu committed Nov 6, 2018
1 parent f0913df commit 28d3d0b
Show file tree
Hide file tree
Showing 51 changed files with 11 additions and 1 deletion.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 11 additions & 1 deletion routes/payapi.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
'use strict';

import express from 'express';
const router = express.Router();
const router = express.Router();

router.get('/payapi/payment/queryOrder', (req, res, next) => {
res.send({
status: 0,
type: 'PAY_FAILED',
message: '暂不开放支付功能',
});
})

export default router;

0 comments on commit 28d3d0b

Please sign in to comment.