"use strict";var n=require("../common/request.js");let t=new n.Request().http;function o(e){return t("/app/wx/login",e,"POST","application/json;charset=UTF-8")}function r(){return t("/app/user/getUserInfo",null,"GET")}function u(){return t("/app/user/checkLogin",null,"GET")}function p(e){return t("/app/user/editUser",e,"POST","application/json;charset=UTF-8")}function s(e){return t("/app/user/registerDoctor",e,"POST","application/json;charset=UTF-8")}function i(e){return t("/app/user/getMyCouponList",e,"GET")}function c(e){return t("/app/user/getMyEnableCouponList",e,"GET")}function a(e){return t("/app/user/getAppContactWay/"+e,null,"GET")}exports.checkLogin=u;exports.editUser=p;exports.getAppContactWay=a;exports.getMyCouponList=i;exports.getMyEnableCouponList=c;exports.getUserInfo=r;exports.registerDoctor=s;exports.wxLogin=o;