Browse Source

no message

featrue/v4.1
xpz2018 5 years ago
parent
commit
73ac9e27f7
3 changed files with 3 additions and 3 deletions
  1. 2
      pages/api/moment.js
  2. 2
      pages/api/saas.js
  3. 2
      pages/api/ztb.js

2
pages/api/moment.js

@ -5,7 +5,7 @@ import { mGet, mPost } from "./request"
const app = getApp() const app = getApp()
const mconfig = { const mconfig = {
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`
} }
// *******************************************************************账户业务*********************************************************** // *******************************************************************账户业务***********************************************************
// /article/save/Article 发文章 // /article/save/Article 发文章

2
pages/api/saas.js

@ -5,7 +5,7 @@ import { mGet, mPost, mDelete, mPut } from "./request"
const app = getApp() const app = getApp()
const sconfig = { 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) const getOrderExists = () => mGet(`/saas-trade/receive/v150/get/OrderExists`, null, sconfig)

2
pages/api/ztb.js

@ -5,7 +5,7 @@ import { mGet, mPost } from "./request"
const app = getApp() const app = getApp()
const zconfig = { const zconfig = {
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`
} }
// *******************************************************************账户业务*********************************************************** // *******************************************************************账户业务***********************************************************
// /authorize/get/product-line-token/by/login-token通过登录token获取产品线token // /authorize/get/product-line-token/by/login-token通过登录token获取产品线token

Loading…
Cancel
Save