customService.refundYohoCoin.js 319 Bytes
module.exports = function (app){
    app.get("/profile/refundList", "customService.RefundList", function (req,res){
        this.$extend={
            moduleName:"客服管理",
            pageName:"返有货币"
        }
    });

    //解除锁定
    app.post("/profile/refundYohoCoin","refund_refundYohoCoin");
}