chunk-6e6a7771.d27adabe0e4d37fb8b27.js 22 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6e6a7771"],{"0ccb":function(t,e,r){var n=r("50c4"),a=r("1148"),i=r("1d80"),u=Math.ceil,o=function(t){return function(e,r,o){var c,l,d=String(i(e)),s=d.length,f=void 0===o?" ":String(o),p=n(r);return p<=s||""==f?d:(c=p-s,l=a.call(f,u(c/f.length)),l.length>c&&(l=l.slice(0,c)),t?d+l:l+d)}};t.exports={start:o(!1),end:o(!0)}},1148:function(t,e,r){"use strict";var n=r("a691"),a=r("1d80");t.exports="".repeat||function(t){var e=String(a(this)),r="",i=n(t);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;i>0;(i>>>=1)&&(e+=e))1&i&&(r+=e);return r}},"22b2":function(t,e,r){"use strict";r.r(e);var n=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("div",{staticClass:"filterForm"},[r("div",{staticClass:"leftFrom"},[r("el-form",{ref:"filterForm",attrs:{model:t.filterForm,"label-width":"200px"}},[r("el-form-item",[r("div",{staticClass:"itemFrom"},[r("el-input",{attrs:{placeholder:"订单号",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.filterForm.ordernum,callback:function(e){t.$set(t.filterForm,"ordernum",e)},expression:"filterForm.ordernum"}}),r("el-input",{attrs:{placeholder:"用户ID",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.filterForm.member_id,callback:function(e){t.$set(t.filterForm,"member_id",e)},expression:"filterForm.member_id"}}),r("el-input",{attrs:{placeholder:"用户名称",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.filterForm.username,callback:function(e){t.$set(t.filterForm,"username",e)},expression:"filterForm.username"}}),r("el-select",{attrs:{clearable:"",placeholder:"选择状态"},model:{value:t.filterForm.status,callback:function(e){t.$set(t.filterForm,"status",e)},expression:"filterForm.status"}},t._l(t.statusList,(function(t){return r("el-option",{key:t.value,attrs:{label:t.label,value:t.value}})})),1),r("el-date-picker",{attrs:{type:"daterange","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.time,callback:function(e){t.time=e},expression:"time"}})],1)])],1)],1),r("div",{staticClass:"inquire"},[r("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.inquire}},[t._v("查询")])],1),r("div",{staticClass:"inquire",staticStyle:{"margin-left":"30px"}},[r("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.excel}},[t._v("导出EXCEL")])],1)]),r("div",{staticClass:"table"},[r("div",{staticClass:"tipsList"},[r("div",[t._v(" 交易额:"),r("span",[t._v(t._s(t.statistic.usdt_balance_total))])]),r("div",[t._v(" 成功交易:"),r("span",[t._v(t._s(t.statistic.success_count))])]),r("div",[t._v(" 失败:"),r("span",[t._v(t._s(t.statistic.fail_count))])])]),r("el-table",{staticStyle:{width:"100%"},attrs:{data:t.dataList,border:"","cell-style":{textAlign:"center"},"header-cell-style":{textAlign:"center"},"min-height":"150"}},[t._v(" > "),r("el-table-column",{attrs:{prop:"member_id",label:"用户UID"}}),r("el-table-column",{attrs:{prop:"parent_alias",label:"上级备注"}}),r("el-table-column",{attrs:{prop:"username",label:"用户名称"}}),r("el-table-column",{attrs:{prop:"count",label:"第几次充值"}}),r("el-table-column",{attrs:{prop:"ordernum",label:"订单号"}}),r("el-table-column",{attrs:{prop:"address",label:"地址"}}),r("el-table-column",{attrs:{prop:"currency",label:"币种"}}),r("el-table-column",{attrs:{prop:"created_at",label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",[t._v(" "+t._s(t.timestampToDatetime(e.row.created_at))+" ")])]}}])}),r("el-table-column",{attrs:{prop:"updated_at",label:"更新时间(到账时间或失败时间)"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",[t._v(" "+t._s(t.timestampToDatetime(e.row.updated_at))+" ")])]}}])}),r("el-table-column",{attrs:{prop:"amount",label:"数量"}}),r("el-table-column",{attrs:{prop:"is_auto",label:"是否走自动充值"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",[t._v(" "+t._s("1"===e.row.is_auto?"走自动充值":"人工补单")+" ")])]}}])}),r("el-table-column",{attrs:{prop:"trade_status",label:"交易状态"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",[t._v(" "+t._s(t.tradeStatus(e.row))+" ")])]}}])}),r("el-table-column",{attrs:{prop:"is_give",label:"是否彩金赠送"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",[t._v(" "+t._s("1"===e.row.is_give?"是":"否")+" ")])]}}])}),r("el-table-column",{attrs:{prop:"updated_by",label:"最后操作人"}}),r("el-table-column",{attrs:{prop:"remark",label:"备注"}}),r("el-table-column",{attrs:{label:"操作",width:"360px"},scopedSlots:t._u([{key:"default",fn:function(e){return[r("div",{staticClass:"handleIcon"},["waiting"===e.row.trade_status?r("el-button",{on:{click:function(r){return t.payment(e.row)}}},[t._v("人工补单")]):t._e(),"waiting"===e.row.trade_status?r("el-button",{on:{click:function(r){return t.givePayment(e.row)}}},[t._v("彩金赠送 ")]):t._e(),"waiting"===e.row.trade_status?r("el-button",{on:{click:function(r){return t.Abandon(e.row)}}},[t._v("废弃")]):t._e(),e.row.tx_link.length>0?r("el-button",{on:{click:function(r){return t.openclick(e.row)}}},[t._v("链上信息")]):t._e()],1)]}}])})],1),r("Paginate",{attrs:{page:t.params.page,total:t.total},on:{currentChange:t.handleCurrentChange,sizeChange:t.handleSizeChange}})],1),r("el-dialog",{attrs:{title:t.WithdrawalTitle,visible:t.WithdrawalPopup,width:"60%","before-close":t.rechargeClose},on:{"update:visible":function(e){t.WithdrawalPopup=e}}},[r("div",{staticClass:"Withdrawaldetails"},[3==t.type?r("div",[r("p",[t._v(" 备注: "),r("el-input",{attrs:{placeholder:"备注"},model:{value:t.WithdrawalList.remark,callback:function(e){t.$set(t.WithdrawalList,"remark",e)},expression:"WithdrawalList.remark"}})],1)]):t._e(),1==t.type?r("div",[t.WithdrawalList.proof?[r("p",[t._v("充值数量: "),r("el-input",{attrs:{placeholder:"数量",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.WithdrawalList.amount,callback:function(e){t.$set(t.WithdrawalList,"amount",e)},expression:"WithdrawalList.amount"}})],1),r("img",{staticStyle:{width:"300px",height:"300px"},attrs:{src:t.WithdrawalList.proof,alt:""}})]:t._e(),r("p",[t._v("人工补单操作后,将会增加用户的现货余额,请核对是否通过第三方的钱包对用户进行打款。")])],2):t._e(),2==t.type?r("div",[t.WithdrawalList.proof?[r("p",[t._v("充值数量: "),r("el-input",{attrs:{placeholder:"数量",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.WithdrawalList.amount,callback:function(e){t.$set(t.WithdrawalList,"amount",e)},expression:"WithdrawalList.amount"}})],1),r("img",{staticStyle:{width:"300px",height:"300px"},attrs:{src:t.WithdrawalList.proof,alt:""}})]:t._e(),r("p",[t._v("彩金赠送操作后,将会增加用户的现货余额,请核对是否通过第三方的钱包对用户进行打款。")])],2):t._e()]),r("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[r("el-button",{on:{click:function(e){t.WithdrawalPopup=!1}}},[t._v("取 消")]),3==t.type?r("el-button",{attrs:{type:"primary"},on:{click:t.AbandonSubmit}},[t._v("确定废弃")]):r("el-button",{attrs:{type:"primary"},on:{click:t.paymentSubmit}},[t._v("确认打款")])],1)])],1)},a=[],i=(r("a9e3"),r("0238")),u=r("f201"),o=r("365c"),c=r("c466"),l=r("ed08"),d={name:"rechargetrading",components:{Paginate:i["a"]},data:function(){return{filterForm:{ordernum:"",member_id:"",username:"",created_at_start:"",created_at_end:"",status:""},time:"",total:0,statusList:[{value:"all",label:"所有(默认)"},{value:"closed",label:"成功"},{value:"waiting",label:"等待"},{value:"aborted",label:"失败(超时)"}],statistic:{},dataList:[],params:{page:1,page_size:this.$store.state.attr.pageSize},loading:!1,type:1,WithdrawalTitle:"",WithdrawalList:{id:null,remark:""},WithdrawalPopup:!1}},computed:{},watch:{},mounted:function(){this.refresh()},methods:{tradeStatus:function(t){return"waiting"===t.trade_status?"确认中":"aborted"===t.trade_status?"失败(超时)":"closed"===t.trade_status?"成功充值":"abandoned"===t.trade_status?"已废弃":void 0},refresh:function(){var t=this,e=this.filterForm,r={ordernum:e.ordernum,member_id:e.member_id,username:e.username,created_at_start:Number(e.created_at_start),created_at_end:Number(e.created_at_end),status:e.status,page:Number(this.cal.accSub(this.params.page,1)),page_size:this.params.page_size};Object(o["kb"])(r).then((function(e){t.dataList=e.data.list,t.statistic=e.data.statistic,t.total=parseInt(e.data.listTotalCount),t.loading=!1}))},inquire:function(){this.time.length>0?(this.filterForm.created_at_start=this.cal.accDiv(Date.parse(this.time[0]),1e3),this.filterForm.created_at_end=this.cal.accDiv(Date.parse(this.time[1]),1e3)):(this.filterForm.created_at_start="",this.filterForm.created_at_end=""),this.refresh()},initInquire:function(){this.params.page=1,this.dataList=[],this.refresh()},excel:function(){Object(u["S"])().then((function(t){Object(l["b"])(t,"充值日志")}))},payment:function(t){this.WithdrawalList=JSON.parse(JSON.stringify(t)),this.WithdrawalTitle="确认人工补单",this.type=1,this.WithdrawalPopup=!0},givePayment:function(t){this.WithdrawalList=JSON.parse(JSON.stringify(t)),this.WithdrawalTitle="确认彩金赠送",this.type=2,this.WithdrawalPopup=!0},Abandon:function(t){this.WithdrawalList=JSON.parse(JSON.stringify(t)),this.WithdrawalTitle="废弃充值",this.type=3,this.WithdrawalPopup=!0},AbandonSubmit:function(){var t=this,e={id:this.WithdrawalList.id,remark:this.WithdrawalList.remark};Object(u["Q"])(e).then((function(e){t.initInquire(),t.rechargeClose()})).catch((function(){}))},paymentSubmit:function(){var t=this,e={id:this.WithdrawalList.id,amount:this.WithdrawalList.amount,type:this.type};Object(u["R"])(e).then((function(e){"200"==e.code?(t.$message({type:"success",message:e.message}),t.initInquire()):t.$message({type:"info",message:e.message}),t.rechargeClose()})).catch((function(){t.$message({type:"info",message:result.message})}))},rechargeClose:function(){this.WithdrawalPopup=!1,this.type=3,this.WithdrawalList={},this.WithdrawalTitle="废弃充值"},openclick:function(t){window.open(t.tx_link,"_blank")},handleCurrentChange:function(t){this.params.page=t,this.refresh()},handleSizeChange:function(t){this.params.page_size=t,this.refresh()},timestampToDatetime:function(t){return Object(c["a"])(t,!0)}},beforeCreate:function(){},created:function(){},beforeMount:function(){},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){}},s=d,f=(r("2d49"),r("2877")),p=Object(f["a"])(s,n,a,!1,null,"2c449a06",null);e["default"]=p.exports},"2d49":function(t,e,r){"use strict";var n=r("68d1"),a=r.n(n);a.a},"4d63":function(t,e,r){var n=r("83ab"),a=r("da84"),i=r("94ca"),u=r("7156"),o=r("9bf2").f,c=r("241c").f,l=r("44e7"),d=r("ad6d"),s=r("9f7f"),f=r("6eeb"),p=r("d039"),b=r("69f3").set,m=r("2626"),h=r("b622"),g=h("match"),v=a.RegExp,w=v.prototype,O=/a/g,_=/a/g,j=new v(O)!==O,y=s.UNSUPPORTED_Y,x=n&&i("RegExp",!j||y||p((function(){return _[g]=!1,v(O)!=O||v(_)==_||"/a/i"!=v(O,"i")})));if(x){var k=function(t,e){var r,n=this instanceof k,a=l(t),i=void 0===e;if(!n&&a&&t.constructor===k&&i)return t;j?a&&!i&&(t=t.source):t instanceof k&&(i&&(e=d.call(t)),t=t.source),y&&(r=!!e&&e.indexOf("y")>-1,r&&(e=e.replace(/y/g,"")));var o=u(j?new v(t,e):v(t,e),n?this:w,k);return y&&r&&b(o,{sticky:r}),o},S=function(t){t in k||o(k,t,{configurable:!0,get:function(){return v[t]},set:function(e){v[t]=e}})},W=c(v),L=0;while(W.length>L)S(W[L++]);w.constructor=k,k.prototype=w,f(a,"RegExp",k)}m("RegExp")},"4d90":function(t,e,r){"use strict";var n=r("23e7"),a=r("0ccb").start,i=r("9a0c");n({target:"String",proto:!0,forced:i},{padStart:function(t){return a(this,t,arguments.length>1?arguments[1]:void 0)}})},"68d1":function(t,e,r){},"9a0c":function(t,e,r){var n=r("342f");t.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(n)},ed08:function(t,e,r){"use strict";r.d(e,"b",(function(){return a})),r.d(e,"a",(function(){return i}));r("4160"),r("c975"),r("d3b7"),r("4d63"),r("ac1f"),r("25f0"),r("3ca3"),r("4d90"),r("5319"),r("1276"),r("159b"),r("ddb0"),r("2b3d"),r("53ca");var n=r("5c96");function a(t,e){var r=new Blob([t],{type:"application/vnd.ms-excel;charset=utf-8"}),a=document.createElement("a");a.href=window.URL.createObjectURL(r),a.download=e+".xlsx",a.click(),window.URL.revokeObjectURL(r),Object(n["Message"])({message:"下载成功"})}var i=function(t,e){console.log(t);var r=document.createElement("input");r.value=t,r.readOnly=!0,document.body.appendChild(r),r.select(),r.setSelectionRange(0,r.value.length),document.execCommand("Copy"),document.body.removeChild(r),window.scrollTo(0,0),e instanceof Function&&e()}},f201:function(t,e,r){"use strict";r.d(e,"U",(function(){return a})),r.d(e,"j",(function(){return i})),r.d(e,"zb",(function(){return u})),r.d(e,"B",(function(){return o})),r.d(e,"k",(function(){return c})),r.d(e,"vb",(function(){return l})),r.d(e,"c",(function(){return d})),r.d(e,"i",(function(){return s})),r.d(e,"f",(function(){return f})),r.d(e,"g",(function(){return p})),r.d(e,"e",(function(){return b})),r.d(e,"h",(function(){return m})),r.d(e,"b",(function(){return h})),r.d(e,"v",(function(){return g})),r.d(e,"u",(function(){return v})),r.d(e,"x",(function(){return w})),r.d(e,"w",(function(){return O})),r.d(e,"y",(function(){return _})),r.d(e,"sb",(function(){return j})),r.d(e,"fb",(function(){return y})),r.d(e,"ob",(function(){return x})),r.d(e,"o",(function(){return k})),r.d(e,"xb",(function(){return S})),r.d(e,"wb",(function(){return W})),r.d(e,"yb",(function(){return L})),r.d(e,"rb",(function(){return T})),r.d(e,"qb",(function(){return C})),r.d(e,"pb",(function(){return P})),r.d(e,"T",(function(){return F})),r.d(e,"tb",(function(){return E})),r.d(e,"R",(function(){return D})),r.d(e,"Q",(function(){return R})),r.d(e,"S",(function(){return $})),r.d(e,"A",(function(){return N})),r.d(e,"z",(function(){return z})),r.d(e,"t",(function(){return q})),r.d(e,"N",(function(){return J})),r.d(e,"P",(function(){return U})),r.d(e,"eb",(function(){return A})),r.d(e,"n",(function(){return I})),r.d(e,"a",(function(){return M})),r.d(e,"l",(function(){return B})),r.d(e,"d",(function(){return H})),r.d(e,"m",(function(){return Q})),r.d(e,"O",(function(){return V})),r.d(e,"ib",(function(){return X})),r.d(e,"nb",(function(){return Y})),r.d(e,"jb",(function(){return G})),r.d(e,"lb",(function(){return K})),r.d(e,"kb",(function(){return Z})),r.d(e,"gb",(function(){return tt})),r.d(e,"mb",(function(){return et})),r.d(e,"hb",(function(){return rt})),r.d(e,"db",(function(){return nt})),r.d(e,"cb",(function(){return at})),r.d(e,"Z",(function(){return it})),r.d(e,"ab",(function(){return ut})),r.d(e,"bb",(function(){return ot})),r.d(e,"H",(function(){return ct})),r.d(e,"D",(function(){return lt})),r.d(e,"C",(function(){return dt})),r.d(e,"G",(function(){return st})),r.d(e,"F",(function(){return ft})),r.d(e,"E",(function(){return pt})),r.d(e,"I",(function(){return bt})),r.d(e,"L",(function(){return mt})),r.d(e,"K",(function(){return ht})),r.d(e,"J",(function(){return gt})),r.d(e,"M",(function(){return vt})),r.d(e,"r",(function(){return wt})),r.d(e,"p",(function(){return Ot})),r.d(e,"s",(function(){return _t})),r.d(e,"q",(function(){return jt})),r.d(e,"V",(function(){return yt})),r.d(e,"Y",(function(){return xt})),r.d(e,"X",(function(){return kt})),r.d(e,"W",(function(){return St})),r.d(e,"ub",(function(){return Wt}));var n=r("b775");function a(t){return Object(n["b"])({url:"/common-dic/update2",method:"POST",data:t})}function i(t){return Object(n["b"])({url:"/withdrawal-net/index",method:"get",params:t})}function u(t){return Object(n["b"])({url:"/withdrawal-net/create",method:"POST",data:t})}function o(t,e){return Object(n["b"])({url:"/withdrawal-net/update",method:"put",params:t,data:e})}function c(t){return Object(n["b"])({url:"/common-dic/index2",method:"get",params:t})}function l(t){return Object(n["b"])({url:"/withdrawal-net/delete",method:"delete",params:t})}function d(t){return Object(n["b"])({url:"/coin/index",method:"get",params:t})}function s(t,e){return Object(n["b"])({url:"/coin/update",method:"put",params:t,data:e})}function f(t){return Object(n["b"])({url:"/coin-recharge-net",method:"get",params:t})}function p(t){return Object(n["b"])({url:"/coin-recharge-net/delete",method:"delete",params:t})}function b(t){return Object(n["b"])({url:"/coin/net",method:"get",params:t})}function m(t){return Object(n["b"])({url:"/coin-recharge-net/create",method:"POST",data:t})}function h(t){return Object(n["b"])({url:"/invite-level/index",method:"get",params:t})}function g(t,e){return Object(n["b"])({url:"/invite-level/update",method:"put",params:t,data:e})}function v(t){return Object(n["b"])({url:"/invite-level/create",method:"POST",data:t})}function w(t){return Object(n["b"])({url:"/invite-profit-static/index",method:"get",params:t})}function O(t){return Object(n["b"])({url:"/invite-profit-static/detail",method:"get",params:t})}function _(t){return Object(n["b"])({url:"/invite-profit-static/profit",method:"get",params:t})}function j(t){return Object(n["b"])({url:"/wallet/transfer-log",method:"get",params:t})}function y(t){return Object(n["b"])({url:"/wallet/transfer-export",method:"get",responseType:"blob",params:t})}function x(t){return Object(n["b"])({url:"/wallet/flash-exchange-log",method:"get",params:t})}function k(t){return Object(n["b"])({url:"/wallet/flash-exchange-export",method:"get",responseType:"blob",params:t})}function S(t){return Object(n["b"])({url:"/withdraw/index",method:"get",params:t})}function W(t){return Object(n["b"])({url:"/withdraw/export",method:"get",responseType:"blob",params:t})}function L(t,e){return Object(n["b"])({url:"/withdraw/update",method:"put",params:t,data:e})}function T(t){return Object(n["b"])({url:"/wallet/operate-log",method:"get",params:t})}function C(t){return Object(n["b"])({url:"/wallet/operate",method:"POST",data:t})}function P(t){return Object(n["b"])({url:"/wallet/modify-wallet-operate-remark",method:"PATCH",data:t})}function F(t){return Object(n["b"])({url:"/wallet/operate-export",method:"get",responseType:"blob",params:t})}function E(t){return Object(n["b"])({url:"/withdraw/abandon",method:"POST",data:t})}function D(t){return Object(n["b"])({url:"/recharge/confirm",method:"POST",data:t})}function R(t){return Object(n["b"])({url:"/recharge/abandon",method:"POST",data:t})}function $(t){return Object(n["b"])({url:"/recharge/export",method:"get",responseType:"blob",params:t})}function N(t){return Object(n["b"])({url:"/invite-profit-static/log",method:"get",params:t})}function z(t){return Object(n["b"])({url:"/invite-profit-static/change-type",method:"get",params:t})}function q(t){return Object(n["b"])({url:"/futures-order/index",method:"get",params:t})}function J(t){return Object(n["b"])({url:"/futures-order/close",method:"POST",data:t})}function U(t){return Object(n["b"])({url:"/futures-order/cancel-close",method:"POST",data:t})}function A(t){return Object(n["b"])({url:"/coin-control/index",method:"get",params:t})}function I(t,e){return Object(n["b"])({url:"/coin-control/update",method:"put",params:t,data:e})}function M(t){return Object(n["b"])({url:"/coin-control/create",method:"post",data:t})}function B(t,e){return Object(n["b"])({url:"/coin-control/delete",method:"DELETE",params:t,data:e})}function H(t){return Object(n["b"])({url:"/coin-control/coin",method:"get",params:t})}function Q(t){return Object(n["b"])({url:"/futures-order/close-fee",method:"get",params:t})}function V(t){return Object(n["b"])({url:"/futures-order/close-all",method:"POST",params:t})}function X(t){return Object(n["b"])({url:"/tutorial/index",method:"get",params:t})}function Y(t){return Object(n["b"])({url:"/tutorial-type/index",method:"get",params:t})}function G(t){return Object(n["b"])({url:"/tutorial-type/create",method:"POST",data:t})}function K(t,e){return Object(n["b"])({url:"/tutorial-type/update",method:"put",params:t,data:e})}function Z(t){return Object(n["b"])({url:"/tutorial-type/delete",method:"delete",params:t})}function tt(t){return Object(n["b"])({url:"/tutorial/create",method:"POST",data:t})}function et(t,e){return Object(n["b"])({url:"/tutorial/update",method:"put",params:t,data:e})}function rt(t){return Object(n["b"])({url:"/tutorial/delete",method:"delete",params:t})}function nt(t){return Object(n["b"])({url:"/task/index",method:"get",params:t})}function at(t,e){return Object(n["b"])({url:"/task/update",method:"put",params:t,data:e})}function it(t){return Object(n["b"])({url:"/task/create",method:"POST",data:t})}function ut(t){return Object(n["b"])({url:"/task/delete",method:"delete",params:t})}function ot(t){return Object(n["b"])({url:"/task-member/index",method:"get",params:t})}function ct(t){return Object(n["b"])({url:"/option-order/index",method:"get",params:t})}function lt(t){return Object(n["b"])({url:"/option-coin/index",method:"get",params:t})}function dt(t){return Object(n["b"])({url:"/option-coin/coin",method:"get",params:t})}function st(t,e){return Object(n["b"])({url:"/option-coin/update",method:"put",params:t,data:e})}function ft(t){return Object(n["b"])({url:"/option-coin/delete",method:"delete",params:t})}function pt(t){return Object(n["b"])({url:"/option-coin/create",method:"post",data:t})}function bt(t){return Object(n["b"])({url:"/option-rule/index",method:"get",params:t})}function mt(t,e){return Object(n["b"])({url:"/option-rule/update",method:"put",params:t,data:e})}function ht(t){return Object(n["b"])({url:"/option-rule/delete",method:"delete",params:t})}function gt(t){return Object(n["b"])({url:"/option-rule/create",method:"post",data:t})}function vt(t){return Object(n["b"])({url:"/option-order/statistics",method:"get"})}function wt(t){return Object(n["b"])({url:"/footer/index",method:"get",params:t})}function Ot(t){return Object(n["b"])({url:"/footer/create",method:"post",data:t})}function _t(t,e){return Object(n["b"])({url:"/footer/update",method:"put",params:t,data:e})}function jt(t){return Object(n["b"])({url:"/footer/delete",method:"delete",params:t})}function yt(t){return Object(n["b"])({url:"/spread-level/index",method:"get",params:t})}function xt(t,e){return Object(n["b"])({url:"/spread-level/update",method:"put",params:t,data:e})}function kt(t){return Object(n["b"])({url:"/spread-level/delete",method:"delete",params:t})}function St(t){return Object(n["b"])({url:"/spread-level/create",method:"post",data:t})}function Wt(t){return Object(n["b"])({url:"/withdraw-account/index",method:"get",params:t})}}}]);