开票
Showing
4 changed files
with
14 additions
and
2 deletions
| ... | @@ -2264,4 +2264,16 @@ export function refundOrder(id) { | ... | @@ -2264,4 +2264,16 @@ export function refundOrder(id) { |
| 2264 | url: `/common/order/refundOrder/${id}`, | 2264 | url: `/common/order/refundOrder/${id}`, |
| 2265 | method: 'post' | 2265 | method: 'post' |
| 2266 | }) | 2266 | }) |
| 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 | }) | ||
| 2267 | } | 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 | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment