新增订单开票

This commit is contained in:
gyq
2024-07-23 18:30:16 +08:00
parent d2183eec37
commit 9e57753323
7 changed files with 174 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ VITE_API_WSS = 'wss://cashier.sxczgkj.cn/client'
VITE_API_PHP_URL = 'http://czgdoumei.sxczgkj.com/index.php/api'
# 正式 php 开票
VITE_API_KP_URL = 'http://192.168.1.13:8888/api'
VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
# 线上环境接口地址
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'