"use strict";var t=require("../common/request.js");let r=new t.Request().http;function u(e){return r("/app/courseOrder/weChatPayment",e,"POST","application/json;charset=UTF-8")}function n(e){return r("/app/courseOrder/getCourseOrderById",e,"GET")}exports.getCourseOrderById=n;exports.payment=u;