mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
组织发票抬头信息取organId从外部改为从token取,controller地址修改
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user