组织发票抬头信息取organId从外部改为从token取,controller地址修改

This commit is contained in:
gaoqr
2025-08-29 09:18:42 +08:00
parent 003250231b
commit 65f901d271
@@ -46,7 +46,7 @@ public class InvoiceController {
@Resource
private InvoiceService invoiceService;
@GetMapping("/title/{organId}")
@GetMapping("/title")
@Operation(summary = "获取发票抬头信息")
public CommonResult<InvoiceTitleInfo> getInvoiceTitle() {
return success(invoiceService.getInvoiceTitle());