wujianwei
2026-01-19 15178bafd7aa1827e6c48fda8e2cc3b8df0bbf5e
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',
    })
}