1 |
- "use strict";var n=require("../common/request.js");let o=new n.Request().http;function t(e){return o("/app/coupon/getCouponList",e,"GET")}function u(e){return o("/app/coupon/getCouponById",e,"GET")}function p(e){return o("/app/coupon/genCode",e,"GET")}function r(e){return o("/app/coupon/receive",e,"POST","application/json;charset=UTF-8")}exports.genCode=p;exports.getCouponById=u;exports.getCouponList=t;exports.receive=r;
|