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