customService.refundYohoCoin.js 319 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 module.exports = function (app){ app.get("/profile/refundList", "customService.RefundList", function (req,res){ this.$extend={ moduleName:"客服管理", pageName:"返有货币" } }); //解除锁定 app.post("/profile/refundYohoCoin","refund_refundYohoCoin"); }