Commit 766ab427 by guojuxing

发票管理接口

parent 145f99c3
......@@ -83,8 +83,8 @@ public class BillingPayInfoController {
return RestResponse.success();
}
@RequestMapping("/apply-invoice")
public RestResponse applyInvoice(Integer invoiceManageId) {
@RequestMapping("/cancel-invoice")
public RestResponse cancelInvoice(Integer invoiceManageId) {
//todo 调用开票取消
return RestResponse.success();
}
......
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