|
@@ -6,35 +6,33 @@ var apiUrl = {
|
|
|
basehostUrl: 'https://dev407.33.cn',
|
|
|
// basehostUrl: 'https://kdata.fxee.com',
|
|
|
uploadUrl:"https://oss.33.cn",
|
|
|
+
|
|
|
+ baseNewUrl:"https://dev407.33.cn",
|
|
|
}
|
|
|
export default {
|
|
|
+/*
|
|
|
+ *代理商接口
|
|
|
+ *(新版)
|
|
|
+ */
|
|
|
+ applyToAgent: apiUrl.baseNewUrl+'/agency/member/apply',//申请成为经纪人
|
|
|
|
|
|
+ applyStatus: apiUrl.baseNewUrl+'/agency/member/apply',//申请状态查询
|
|
|
+/*
|
|
|
+ *代理商接口
|
|
|
+ *(老版)
|
|
|
+ */
|
|
|
userLogin:apiUrl.basehostUrl+'/api/member/login',//用户登录
|
|
|
|
|
|
- // getToken:apiUrl.basehostUrl+'/api/member/login',//用户登录
|
|
|
-
|
|
|
userLoginUp:apiUrl.basehostUrl+'/api/member/reg',//用户注册
|
|
|
|
|
|
- // userReg:apiUrl.basehostUrl+'/api/member/reg',//用户注册
|
|
|
-
|
|
|
- // getMoneyInfo:apiUrl.basehostUrl + '/api/Account/Asset',//获取资产信息
|
|
|
-
|
|
|
userAssetlist:apiUrl.basehostUrl+'/api/Account/Asset',//用户资产列表
|
|
|
|
|
|
userAssethist:apiUrl.basehostUrl+'/api/Pay/CoinRecord',//我的资产历史记录
|
|
|
|
|
|
usertradeList:apiUrl.basehostUrl+'/api/data/market',////获取行情
|
|
|
|
|
|
- // tradecoin:apiUrl.basehostUrl+'/api/trade/place',//买卖币
|
|
|
-
|
|
|
- // tradeOrder:apiUrl.basehostUrl+'/api/trade/OrderList',//交易明细
|
|
|
-
|
|
|
- // indexticker:apiUrl.basehostUrl+'/api/data/Ticker',//首页ticker数据
|
|
|
-
|
|
|
getcoindata:apiUrl.basehostUrl+'/api/data/Ticker',//首页ticker数据
|
|
|
|
|
|
- // getBtcMarketData:apiUrl.basehostUrl+"/api/data/market",//获取行情
|
|
|
-
|
|
|
sendEmail: apiUrl.basehostUrl + '/api/send/mail', //发送邮件通知
|
|
|
|
|
|
getUserInfo: apiUrl.basehostUrl + "/api/member/info",//获取用户信息
|
|
@@ -65,8 +63,6 @@ export default {
|
|
|
|
|
|
getState:apiUrl.basehostUrl+'/api/certification/states',//验证状态
|
|
|
|
|
|
- // emailSend:apiUrl.basehostUrl+'/api/send/mail',//发送邮件
|
|
|
-
|
|
|
emailCommit:apiUrl.basehostUrl+'/api/certification/email',//邮件验证
|
|
|
|
|
|
uploadImg:apiUrl.uploadUrl+'/upload/certificate',//上传图片
|