e0c6e843 by lttnew

开票

1 parent 8cf99911
......@@ -2265,3 +2265,15 @@ export function refundOrder(id) {
method: 'post'
})
}
/**
* 红冲
* @param params
* @returns {id}
*/
export function invoiceFastRed(id) {
return request({
url: `/common/order/invoiceFastRed/${id}`,
method: 'post'
})
}
\ No newline at end of file
......
// dev
// const baseUrl_api = 'http://192.168.1.222:8787'
const baseUrl_api = 'http://192.168.1.222:8787'
// const baseUrl_api = 'http://47.98.186.233:8787'
const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
// const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
const loginImage_api = 'https://tk001.wxjylt.com/stage-api'
const payUrl = 'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!