Commit cd078cab by Aeolus

发票开票信息修改

parent ee51137b
...@@ -46,7 +46,7 @@ INVOICE_CONFIG = { ...@@ -46,7 +46,7 @@ INVOICE_CONFIG = {
"xsf_nsrsbh": "913205943138134162" if is_prod else "110109500321655", "xsf_nsrsbh": "913205943138134162" if is_prod else "110109500321655",
"xsf_mc": "苏州随身玩信息技术有限公司" if is_prod else "百旺电子测试2", "xsf_mc": "苏州随身玩信息技术有限公司" if is_prod else "百旺电子测试2",
"url": "https://www.fapiao.com:63085/fpt-dsqz/invoice" if is_prod else "https://dev.fapiao.com:18944/fpt-dsqz/invoice", "url": "https://www.fapiao.com:63085/fpt-dsqz/invoice" if is_prod else "https://dev.fapiao.com:18944/fpt-dsqz/invoice",
"spbm": "304020300000000000001" if is_prod else "3070401000000000000", "spbm": "307030100000000000001" if is_prod else "307030100000000000001",
"cert_path": "Libs/cert/invoice/cert.pem" if is_prod else "Libs/cert/invoice/testISSUE.pem", "cert_path": "Libs/cert/invoice/cert.pem" if is_prod else "Libs/cert/invoice/testISSUE.pem",
"content": "*旅游娱乐服务*讲解服务", "content": "*旅游娱乐服务*讲解服务",
"dizhi_dianhua": "苏州工业园区林泉街399号东南大学国家大学科技园(苏州)南工院2#210室 0512-62748449", "dizhi_dianhua": "苏州工业园区林泉街399号东南大学国家大学科技园(苏州)南工院2#210室 0512-62748449",
......
...@@ -53,12 +53,12 @@ class InvoiceService: ...@@ -53,12 +53,12 @@ class InvoiceService:
# "SPBM": "304020300000000000001" # "SPBM": "304020300000000000001"
tmp = { tmp = {
"FPHXZ": "0", "FPHXZ": "0",
"SPBM": INVOICE_CONFIG["spbm"], "SPBM": "",
"ZXBM": "", "ZXBM": INVOICE_CONFIG["spbm"],
"YHZCBS": "", "YHZCBS": "",
"LSLBS": "", "LSLBS": "",
"ZZSTSGL": "", "ZZSTSGL": "",
"XMMC": "信息技术服务", "XMMC": "旅游综合服务费",
"GGXH": "", "GGXH": "",
"DW": "", "DW": "",
"XMSL": "1", "XMSL": "1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment