chunk-5e80ba96.d27adabe0e4d37fb8b27.js 24 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5e80ba96"],{3005:function(t,e,a){"use strict";a.r(e);var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{staticClass:"presentForm"},[a("div",{staticClass:"leftFrom"},[a("el-form",{ref:"presentForm",attrs:{model:t.presentForm,"label-width":"200px"}},[a("el-form-item",{attrs:{label:"邀请层级关系"}},[a("div",{staticClass:"itemFrom"},[a("el-input",{attrs:{placeholder:"用户ID",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.presentForm.id,callback:function(e){t.$set(t.presentForm,"id",e)},expression:"presentForm.id"}}),a("el-input",{attrs:{placeholder:"用户名称",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.presentForm.username,callback:function(e){t.$set(t.presentForm,"username",e)},expression:"presentForm.username"}}),a("el-input",{attrs:{placeholder:"邀请码",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.presentForm.member_sn,callback:function(e){t.$set(t.presentForm,"member_sn",e)},expression:"presentForm.member_sn"}})],1)]),a("el-form-item",{attrs:{label:"挖掘高价值客户群体"}},[a("div",{staticClass:"itemFrom"},[a("el-date-picker",{attrs:{type:"daterange","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}})],1)])],1)],1),a("div",{staticClass:"inquire"},[a("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.inquire}},[t._v("查询")])],1)]),a("div",{staticClass:"tableList"},[a("div",{staticClass:"tips"},[t._v(" 总分佣 :"),a("span",[t._v(t._s(t.dataList.total_profit))]),t._v("USDT 1级分佣 "),a("span",[t._v(t._s(t.dataList.level_one_profit))]),t._v("USDT 2级分佣 "),a("span",[t._v(t._s(t.dataList.level_two_profit))]),t._v("USDT 3级分佣 "),a("span",[t._v(t._s(t.dataList.level_three_profit))]),t._v("USDT 平台赠送 "),a("span",[t._v(t._s(t.dataList.reward))]),t._v(" USDT"),a("br"),t._v(" 总人数 :"),a("span",[t._v(t._s(t.dataList.total_count))]),t._v("人 1级人数 : "),a("span",[t._v(t._s(t.dataList.level_one_count))]),t._v("人 2级人数 : "),a("span",[t._v(t._s(t.dataList.level_two_count))]),t._v(" 人 3级人数 :"),a("span",[t._v(t._s(t.dataList.level_three_count))]),t._v("人 ")]),a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.dataList.list,border:"","cell-style":{textAlign:"center"},"header-cell-style":{textAlign:"center"},"min-height":"150"}},[t._v(" > "),a("el-table-column",{attrs:{prop:"id",label:"用户id",width:"100"}}),a("el-table-column",{attrs:{prop:"username",label:"用户名称"}}),a("el-table-column",{attrs:{prop:"member_sn",label:"邀请码"}}),a("el-table-column",{attrs:{prop:"level_one_count",label:"1级用户数量"}}),a("el-table-column",{attrs:{prop:"level_two_count",label:"2级用户数量"}}),a("el-table-column",{attrs:{prop:"level_three_count",label:"3级用户数量"}}),a("el-table-column",{attrs:{prop:"level_one_profit",label:"1级分佣金额"}}),a("el-table-column",{attrs:{prop:"level_two_profit",label:"2级分佣金额"}}),a("el-table-column",{attrs:{prop:"level_three_profit",label:"3级分佣金额"}}),a("el-table-column",{attrs:{prop:"eward",label:"奖励金额"}}),a("el-table-column",{attrs:{label:"操作",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"handleIcon"},[a("el-button",{attrs:{type:"primary"},on:{click:function(a){return t.detail(e.row)}}},[t._v("详情")])],1)]}}])})],1),a("Paginate",{attrs:{page:t.params.page,total:t.total},on:{currentChange:t.handleCurrentChange,sizeChange:t.handleSizeChange}})],1),a("div",[a("el-dialog",{attrs:{title:"邀请统计详情",visible:t.detailPopup,width:"60%","before-close":t.detailClose},on:{"update:visible":function(e){t.detailPopup=e}}},[a("div",{staticClass:"box_list"},[a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("用户id")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.id))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("用户名称")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.username))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("邀请码")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.member_sn))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("1级用户数量")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_one_count))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("2级用户数量")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_two_count))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("3级用户数量")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_three_count))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("1级收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_one_profit))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("2级收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_two_profit))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("3级收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.level_three_profit))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("总奖励")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.reward))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("总收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.member.total_profit))])])]),a("div",{staticClass:"box_list"},[a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("好友等级")]),a("div",{staticClass:"text"},[t._v("1级")]),a("div",{staticClass:"text"},[t._v("2级")]),a("div",{staticClass:"text"},[t._v("3级")])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("现货收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.spot))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.spot))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.spot))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("合约收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.futures))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.futures))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.futures))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("闪兑收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.flash_exchange))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.flash_exchange))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.flash_exchange))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("提现收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.withdraw))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.withdraw))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.withdraw))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("杆岗收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.margin))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.margin))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.margin))])]),a("div",{staticClass:"item"},[a("div",{staticClass:"name"},[t._v("总收益")]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_one_profit.total))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_two_profit.total))]),a("div",{staticClass:"text"},[t._v(t._s(t.detailList.level_three_profit.total))])])]),a("div",{staticClass:"commissionProp"},[a("div",{staticClass:"header"},[a("div",{staticClass:"headerLeft"},[a("el-form",{ref:"commissionForm",attrs:{model:t.commissionForm,"label-width":"120px"}},[a("el-form-item",{attrs:{label:"分佣账单"}},[a("div",{staticClass:"itemFrom"},[a("el-input",{attrs:{placeholder:"用户ID",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.presentForm.id,callback:function(e){t.$set(t.presentForm,"id",e)},expression:"presentForm.id"}}),a("el-input",{attrs:{placeholder:"用户名称",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.presentForm.username,callback:function(e){t.$set(t.presentForm,"username",e)},expression:"presentForm.username"}}),a("el-date-picker",{attrs:{type:"daterange","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.time,callback:function(e){t.time=e},expression:"time"}}),a("el-select",{attrs:{clearable:"",placeholder:"请选择"},model:{value:t.commissionForm.biz,callback:function(e){t.$set(t.commissionForm,"biz",e)},expression:"commissionForm.biz"}},t._l(t.options,(function(t){return a("el-option",{key:t.value,attrs:{label:t.label,value:t.value,disabled:t.disabled}})})),1)],1)])],1)],1),a("div",{staticClass:"inquire"},[a("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.demand}},[t._v("查询")])],1)]),a("div",{staticClass:"list"},[a("el-table",{staticStyle:{width:"100%"},attrs:{data:t.commissionList,border:"","cell-style":{textAlign:"center"},"header-cell-style":{textAlign:"center"},"min-height":"150"}},[t._v(" > "),a("el-table-column",{attrs:{prop:"username",label:"用户名称"}}),a("el-table-column",{attrs:{prop:"child_id",label:"下级id"}}),a("el-table-column",{attrs:{prop:"child_level",label:"下级归属层级"}}),a("el-table-column",{attrs:{prop:"biz",label:"业务"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"handleIcon"},[t._v(" "+t._s("1"==e.row.biz?"现货手续费":"2"==e.row.biz?"合约手续费":"3"==e.row.biz?"闪兑手续费":"4"==e.row.biz?"提现手续费":"杆岗手续费")+" ")])]}}])}),a("el-table-column",{attrs:{prop:"order_amount",label:"订单总金额"}}),a("el-table-column",{attrs:{prop:"amount_platform",label:"平台利润"}}),a("el-table-column",{attrs:{prop:"amount",label:"用户分成"}}),a("el-table-column",{attrs:{prop:"created_at",label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("div",{staticClass:"handleIcon"},[t._v(" "+t._s(t.timestampToDatetime(e.row.created_at))+" ")])]}}])})],1),a("Paginate",{attrs:{page:t.commissionForm.page,total:t.commissionForm.total},on:{currentChange:t.handleCurrentChanges,sizeChange:t.handleSizeChanges}})],1)])])],1)])},n=[],i=(a("a9e3"),a("0238")),s=a("f201"),o=a("c466"),l={name:"relationship",components:{Paginate:i["a"]},data:function(){return{presentForm:{id:"",username:"",member_sn:"",created_at_start:"",created_at_end:""},total:0,dataList:[],params:{page:1,page_size:this.$store.state.attr.pageSize},loading:!1,value:"",time:"",detailPopup:!1,detailList:{member:{id:"",username:"",member_sn:"",level_one_count:"",level_two_count:"",level_three_count:"",level_one_profit:"",level_two_profit:"",level_three_profit:"",reward:"",total_profit:""},level_one_profit:{spot:"",futures:"",flash_exchange:"",withdraw:"",margin:"",total:""},level_two_profit:{spot:"",futures:"",flash_exchange:"",withdraw:"",margin:"",total:""},level_three_profit:{spot:"",futures:"",flash_exchange:"",withdraw:"",margin:"",total:""}},commissionForm:{id:"",username:"",created_at_start:"",created_at_end:"",child_id:"",biz:"",page:1,page_size:this.$store.state.attr.pageSize,total:0},options:[{value:"1",label:"现货手续费"},{value:"2",label:"合约手续费"},{value:"3",label:"闪兑手续费"},{value:"4",label:"提现手续费"},{value:"5",label:"杆岗手续费"}],commissionList:[]}},computed:{},watch:{},mounted:function(){this.install()},methods:{install:function(){var t=this;this.loading=!0;var e=this.presentForm,a={id:Number(e.id),page:Number(this.cal.accSub(this.params.page,1)),page_size:this.params.page_size,username:e.username,member_sn:e.member_sn,created_at_start:Number(e.created_at_start),created_at_end:Number(e.created_at_end)};Object(s["x"])(a).then((function(e){t.dataList=e.data,t.total=parseInt(e.data.count),t.loading=!1,console.log(e)}))},inquire:function(){this.value.length>0?(this.presentForm.created_at_start=this.cal.accDiv(Date.parse(this.value[0]),1e3),this.presentForm.created_at_end=this.cal.accDiv(Date.parse(this.value[1]),1e3)):(this.presentForm.created_at_start="",this.presentForm.created_at_end=""),this.install()},detail:function(t){var e=this,a={id:t.id,page:this.cal.accSub(this.commissionForm.page,1),page_size:this.$store.state.attr.pageSize};Object(s["w"])(a).then((function(t){e.detailList=t.data,e.detailPopup=!0})),Object(s["y"])(a).then((function(t){console.log("第二次请求数据",t),e.commissionList=t.data.list,e.commissionList.total=parseInt(t.data.listTotalCount)}))},demand:function(){this.time.length>0?(this.commissionForm.created_at_start=this.cal.accDiv(Date.parse(this.time[0]),1e3),this.commissionForm.created_at_end=this.cal.accDiv(Date.parse(this.time[1]),1e3)):(this.commissionForm.created_at_start="",this.commissionForm.created_at_end=""),this.cliockdemand()},cliockdemand:function(){var t=this,e={id:this.commissionForm.id,username:this.commissionForm.username,created_at_start:this.commissionForm.created_at_start,created_at_end:this.commissionForm.created_at_start,child_id:this.commissionForm.child_id,biz:this.commissionForm.biz,page:this.cal.accSub(this.commissionForm.page,1),page_size:this.$store.state.attr.pageSize,total:this.commissionForm.total};Object(s["y"])(e).then((function(e){t.commissionList=e.data.list,t.commissionList.total=parseInt(e.data.listTotalCount)}))},detailClose:function(){this.detailPopup=!1},handleCurrentChange:function(t){this.params.page=t,this.install()},handleSizeChange:function(t){this.params.page_size=t,this.install()},handleCurrentChanges:function(t){this.commissionForm.page=t,this.cliockdemand()},handleSizeChanges:function(t){this.commissionForm.page_size=t,this.cliockdemand()},timestampToDatetime:function(t){return Object(o["a"])(t,!0)}},beforeCreate:function(){},created:function(){},beforeMount:function(){},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){}},u=l,c=(a("55be"),a("2877")),d=Object(c["a"])(u,r,n,!1,null,"13981d0e",null);e["default"]=d.exports},"55be":function(t,e,a){"use strict";var r=a("c5fb"),n=a.n(r);n.a},c5fb:function(t,e,a){},f201:function(t,e,a){"use strict";a.d(e,"U",(function(){return n})),a.d(e,"j",(function(){return i})),a.d(e,"zb",(function(){return s})),a.d(e,"B",(function(){return o})),a.d(e,"k",(function(){return l})),a.d(e,"vb",(function(){return u})),a.d(e,"c",(function(){return c})),a.d(e,"i",(function(){return d})),a.d(e,"f",(function(){return m})),a.d(e,"g",(function(){return p})),a.d(e,"e",(function(){return b})),a.d(e,"h",(function(){return f})),a.d(e,"b",(function(){return _})),a.d(e,"v",(function(){return v})),a.d(e,"u",(function(){return h})),a.d(e,"x",(function(){return g})),a.d(e,"w",(function(){return C})),a.d(e,"y",(function(){return O})),a.d(e,"sb",(function(){return j})),a.d(e,"fb",(function(){return x})),a.d(e,"ob",(function(){return w})),a.d(e,"o",(function(){return L})),a.d(e,"xb",(function(){return F})),a.d(e,"wb",(function(){return y})),a.d(e,"yb",(function(){return k})),a.d(e,"rb",(function(){return S})),a.d(e,"qb",(function(){return z})),a.d(e,"pb",(function(){return T})),a.d(e,"T",(function(){return P})),a.d(e,"tb",(function(){return D})),a.d(e,"R",(function(){return $})),a.d(e,"Q",(function(){return I})),a.d(e,"S",(function(){return U})),a.d(e,"A",(function(){return q})),a.d(e,"z",(function(){return A})),a.d(e,"t",(function(){return E})),a.d(e,"N",(function(){return N})),a.d(e,"P",(function(){return J})),a.d(e,"eb",(function(){return H})),a.d(e,"n",(function(){return M})),a.d(e,"a",(function(){return B})),a.d(e,"l",(function(){return G})),a.d(e,"d",(function(){return K})),a.d(e,"m",(function(){return Q})),a.d(e,"O",(function(){return R})),a.d(e,"ib",(function(){return V})),a.d(e,"nb",(function(){return W})),a.d(e,"jb",(function(){return X})),a.d(e,"lb",(function(){return Y})),a.d(e,"kb",(function(){return Z})),a.d(e,"gb",(function(){return tt})),a.d(e,"mb",(function(){return et})),a.d(e,"hb",(function(){return at})),a.d(e,"db",(function(){return rt})),a.d(e,"cb",(function(){return nt})),a.d(e,"Z",(function(){return it})),a.d(e,"ab",(function(){return st})),a.d(e,"bb",(function(){return ot})),a.d(e,"H",(function(){return lt})),a.d(e,"D",(function(){return ut})),a.d(e,"C",(function(){return ct})),a.d(e,"G",(function(){return dt})),a.d(e,"F",(function(){return mt})),a.d(e,"E",(function(){return pt})),a.d(e,"I",(function(){return bt})),a.d(e,"L",(function(){return ft})),a.d(e,"K",(function(){return _t})),a.d(e,"J",(function(){return vt})),a.d(e,"M",(function(){return ht})),a.d(e,"r",(function(){return gt})),a.d(e,"p",(function(){return Ct})),a.d(e,"s",(function(){return Ot})),a.d(e,"q",(function(){return jt})),a.d(e,"V",(function(){return xt})),a.d(e,"Y",(function(){return wt})),a.d(e,"X",(function(){return Lt})),a.d(e,"W",(function(){return Ft})),a.d(e,"ub",(function(){return yt}));var r=a("b775");function n(t){return Object(r["b"])({url:"/common-dic/update2",method:"POST",data:t})}function i(t){return Object(r["b"])({url:"/withdrawal-net/index",method:"get",params:t})}function s(t){return Object(r["b"])({url:"/withdrawal-net/create",method:"POST",data:t})}function o(t,e){return Object(r["b"])({url:"/withdrawal-net/update",method:"put",params:t,data:e})}function l(t){return Object(r["b"])({url:"/common-dic/index2",method:"get",params:t})}function u(t){return Object(r["b"])({url:"/withdrawal-net/delete",method:"delete",params:t})}function c(t){return Object(r["b"])({url:"/coin/index",method:"get",params:t})}function d(t,e){return Object(r["b"])({url:"/coin/update",method:"put",params:t,data:e})}function m(t){return Object(r["b"])({url:"/coin-recharge-net",method:"get",params:t})}function p(t){return Object(r["b"])({url:"/coin-recharge-net/delete",method:"delete",params:t})}function b(t){return Object(r["b"])({url:"/coin/net",method:"get",params:t})}function f(t){return Object(r["b"])({url:"/coin-recharge-net/create",method:"POST",data:t})}function _(t){return Object(r["b"])({url:"/invite-level/index",method:"get",params:t})}function v(t,e){return Object(r["b"])({url:"/invite-level/update",method:"put",params:t,data:e})}function h(t){return Object(r["b"])({url:"/invite-level/create",method:"POST",data:t})}function g(t){return Object(r["b"])({url:"/invite-profit-static/index",method:"get",params:t})}function C(t){return Object(r["b"])({url:"/invite-profit-static/detail",method:"get",params:t})}function O(t){return Object(r["b"])({url:"/invite-profit-static/profit",method:"get",params:t})}function j(t){return Object(r["b"])({url:"/wallet/transfer-log",method:"get",params:t})}function x(t){return Object(r["b"])({url:"/wallet/transfer-export",method:"get",responseType:"blob",params:t})}function w(t){return Object(r["b"])({url:"/wallet/flash-exchange-log",method:"get",params:t})}function L(t){return Object(r["b"])({url:"/wallet/flash-exchange-export",method:"get",responseType:"blob",params:t})}function F(t){return Object(r["b"])({url:"/withdraw/index",method:"get",params:t})}function y(t){return Object(r["b"])({url:"/withdraw/export",method:"get",responseType:"blob",params:t})}function k(t,e){return Object(r["b"])({url:"/withdraw/update",method:"put",params:t,data:e})}function S(t){return Object(r["b"])({url:"/wallet/operate-log",method:"get",params:t})}function z(t){return Object(r["b"])({url:"/wallet/operate",method:"POST",data:t})}function T(t){return Object(r["b"])({url:"/wallet/modify-wallet-operate-remark",method:"PATCH",data:t})}function P(t){return Object(r["b"])({url:"/wallet/operate-export",method:"get",responseType:"blob",params:t})}function D(t){return Object(r["b"])({url:"/withdraw/abandon",method:"POST",data:t})}function $(t){return Object(r["b"])({url:"/recharge/confirm",method:"POST",data:t})}function I(t){return Object(r["b"])({url:"/recharge/abandon",method:"POST",data:t})}function U(t){return Object(r["b"])({url:"/recharge/export",method:"get",responseType:"blob",params:t})}function q(t){return Object(r["b"])({url:"/invite-profit-static/log",method:"get",params:t})}function A(t){return Object(r["b"])({url:"/invite-profit-static/change-type",method:"get",params:t})}function E(t){return Object(r["b"])({url:"/futures-order/index",method:"get",params:t})}function N(t){return Object(r["b"])({url:"/futures-order/close",method:"POST",data:t})}function J(t){return Object(r["b"])({url:"/futures-order/cancel-close",method:"POST",data:t})}function H(t){return Object(r["b"])({url:"/coin-control/index",method:"get",params:t})}function M(t,e){return Object(r["b"])({url:"/coin-control/update",method:"put",params:t,data:e})}function B(t){return Object(r["b"])({url:"/coin-control/create",method:"post",data:t})}function G(t,e){return Object(r["b"])({url:"/coin-control/delete",method:"DELETE",params:t,data:e})}function K(t){return Object(r["b"])({url:"/coin-control/coin",method:"get",params:t})}function Q(t){return Object(r["b"])({url:"/futures-order/close-fee",method:"get",params:t})}function R(t){return Object(r["b"])({url:"/futures-order/close-all",method:"POST",params:t})}function V(t){return Object(r["b"])({url:"/tutorial/index",method:"get",params:t})}function W(t){return Object(r["b"])({url:"/tutorial-type/index",method:"get",params:t})}function X(t){return Object(r["b"])({url:"/tutorial-type/create",method:"POST",data:t})}function Y(t,e){return Object(r["b"])({url:"/tutorial-type/update",method:"put",params:t,data:e})}function Z(t){return Object(r["b"])({url:"/tutorial-type/delete",method:"delete",params:t})}function tt(t){return Object(r["b"])({url:"/tutorial/create",method:"POST",data:t})}function et(t,e){return Object(r["b"])({url:"/tutorial/update",method:"put",params:t,data:e})}function at(t){return Object(r["b"])({url:"/tutorial/delete",method:"delete",params:t})}function rt(t){return Object(r["b"])({url:"/task/index",method:"get",params:t})}function nt(t,e){return Object(r["b"])({url:"/task/update",method:"put",params:t,data:e})}function it(t){return Object(r["b"])({url:"/task/create",method:"POST",data:t})}function st(t){return Object(r["b"])({url:"/task/delete",method:"delete",params:t})}function ot(t){return Object(r["b"])({url:"/task-member/index",method:"get",params:t})}function lt(t){return Object(r["b"])({url:"/option-order/index",method:"get",params:t})}function ut(t){return Object(r["b"])({url:"/option-coin/index",method:"get",params:t})}function ct(t){return Object(r["b"])({url:"/option-coin/coin",method:"get",params:t})}function dt(t,e){return Object(r["b"])({url:"/option-coin/update",method:"put",params:t,data:e})}function mt(t){return Object(r["b"])({url:"/option-coin/delete",method:"delete",params:t})}function pt(t){return Object(r["b"])({url:"/option-coin/create",method:"post",data:t})}function bt(t){return Object(r["b"])({url:"/option-rule/index",method:"get",params:t})}function ft(t,e){return Object(r["b"])({url:"/option-rule/update",method:"put",params:t,data:e})}function _t(t){return Object(r["b"])({url:"/option-rule/delete",method:"delete",params:t})}function vt(t){return Object(r["b"])({url:"/option-rule/create",method:"post",data:t})}function ht(t){return Object(r["b"])({url:"/option-order/statistics",method:"get"})}function gt(t){return Object(r["b"])({url:"/footer/index",method:"get",params:t})}function Ct(t){return Object(r["b"])({url:"/footer/create",method:"post",data:t})}function Ot(t,e){return Object(r["b"])({url:"/footer/update",method:"put",params:t,data:e})}function jt(t){return Object(r["b"])({url:"/footer/delete",method:"delete",params:t})}function xt(t){return Object(r["b"])({url:"/spread-level/index",method:"get",params:t})}function wt(t,e){return Object(r["b"])({url:"/spread-level/update",method:"put",params:t,data:e})}function Lt(t){return Object(r["b"])({url:"/spread-level/delete",method:"delete",params:t})}function Ft(t){return Object(r["b"])({url:"/spread-level/create",method:"post",data:t})}function yt(t){return Object(r["b"])({url:"/withdraw-account/index",method:"get",params:t})}}}]);