invoiceReplace.go 145 B

12345678
  1. package controller
  2. import "github.com/gogf/gf/v2/net/ghttp"
  3. // InvoiceReplace 换票(红冲+开票)
  4. func InvoiceReplace(r *ghttp.Request) {
  5. }