sen
2026-03-25 7b08397d1113044b626f5fba14383b2324a9ba5b
ui/admin-ui3/src/api/cwgl/invoiceManage.ts
@@ -65,3 +65,12 @@
        download('/cwgl/invoiceManage/export',query);
    })
}
/**
 * 申请发票
 */
export const cwglInvoiceManageApply:requestType = (id) => {
    return request({
        url: '/cwgl/invoiceManage/apply/'+id,
        method: 'post',
    })
}