e0c6e843 by lttnew

开票

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