| | |
| | | import {httpJson, httpJson2, httpMultipart} from "@/request/http"; |
| | | |
| | | // //根据币种获取链地址 |
| | | // const getBlock = (params) => { |
| | | // return httpJson({ |
| | | // url: "api/channelBlockchain!getBlockchainName.action", |
| | | // method: "get", |
| | | // isLoading: false |
| | | // }, params) |
| | | // }; |
| | | //根据币种获取链地址 |
| | | const getBlock = (params) => { |
| | | return httpJson({ |
| | | url: "api/channelBlockchain!getBlockchainName.action", |
| | | method: "get", |
| | | isLoading: false |
| | | }, params) |
| | | // return requestHttp({ |
| | | return httpJson({ |
| | | url: "api/user!appList", |
| | | method: "get", |
| | | isLoading: false, |
| | | params, |
| | | }); |
| | | }; |
| | | |
| | | //获取session_token |