|
|
|
@ -5,7 +5,7 @@ import { mGet, mPost, mDelete, mPut } from "./request" |
|
|
|
const app = getApp() |
|
|
|
|
|
|
|
const sconfig = { |
|
|
|
baseUrl: app.release ? `https://api-client-ztb.qniao.cn` : `http://8.129.231.7:9001` |
|
|
|
baseUrl: app.release ? `https://api-client-ztb.qniao.cn` : `http://47.113.118.47:9000` |
|
|
|
} |
|
|
|
// *******************************************************************账户业务***********************************************************
|
|
|
|
const getOrderExists = () => mGet(`/saas-trade/receive/v150/get/OrderExists`, null, sconfig) |
|
|
|
|