mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 13:42:07 +08:00
组织发票抬头信息取organId从外部改为从token取,controller地址修改
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ public class InvoiceController {
|
|||||||
@Resource
|
@Resource
|
||||||
private InvoiceService invoiceService;
|
private InvoiceService invoiceService;
|
||||||
|
|
||||||
@GetMapping("/title/{organId}")
|
@GetMapping("/title")
|
||||||
@Operation(summary = "获取发票抬头信息")
|
@Operation(summary = "获取发票抬头信息")
|
||||||
public CommonResult<InvoiceTitleInfo> getInvoiceTitle() {
|
public CommonResult<InvoiceTitleInfo> getInvoiceTitle() {
|
||||||
return success(invoiceService.getInvoiceTitle());
|
return success(invoiceService.getInvoiceTitle());
|
||||||
|
|||||||
Reference in New Issue
Block a user