| | |
| | | const ctcUserGet = (params) => { |
| | | return httpJson({ |
| | | url: "/api/c2cUser!get.action", |
| | | // url: "/c2cUser/getDesc", |
| | | method: "get", |
| | | isLoading: false |
| | | }, params) |
| | |
| | | isLoading: false |
| | | }, params) |
| | | }; |
| | | //订单放行 |
| | | const ctcOrderPass= (params) => { |
| | | return httpJson({ |
| | | url: "/api/c2cOrder!order_pass.action", |
| | | method: "get", |
| | | isLoading: false |
| | | }, params) |
| | | }; |
| | | |
| | | |
| | | const otcApi = { |
| | |
| | | paymentMethodConfigDetail, getUserName, |
| | | c2cGetPayCurrencyList, |
| | | c2cAppeal, |
| | | c2cgetBestPrice, ctcOrderPayFinish |
| | | c2cgetBestPrice, ctcOrderPayFinish, ctcOrderPass |
| | | } |
| | | |
| | | export default otcApi |