sen
2026-02-02 311c2f13742aa71e7b16b76cd6f68175ee8a21a2
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',
    })
}