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