Documentation ¶
Index ¶
- type AuditInvoiceDetailReq
- type BankCardRegisterReq
- type CreateCompanyReq
- type CreateEmployeeReq
- type CreateInvoiceDetailReq
- type CreateInvoiceReq
- type CreateTeamReq
- type DecrementReq
- type DeleteBankCardReq
- type DeleteEmployeeReq
- type DeleteInvoiceByIdReq
- type DeleteTeamReq
- type GetAccountBalanceReq
- type GetAccountBillsReq
- type GetAccountDetailByAccountIdReq
- type GetAccountDetailReq
- type GetAccountsReq
- type GetBankCardsReq
- type GetCompanyByIdReq
- type GetCompanyDetailReq
- type GetCompanyReq
- type GetEmployeeByIdReq
- type GetEmployeeDetailByIdReq
- type GetEmployeeListByRoleIdReq
- type GetEmployeeListByTeamIdReq
- type GetInvoicesReq
- type GetProfileReq
- type GetTeamByIdReq
- type GetTeamInviteCodeReq
- type GetTeamsReq
- type HasCompanyByNameReq
- type HasEmployeeByNameReq
- type HasEmployeeByNoReq
- type HasTeamByNameReq
- type IncrementReq
- type JoinTeamByInviteCodeReq
- type MakeInvoiceDetailReq
- type QueryBankCardListReq
- type QueryCompanyListReq
- type QueryEmployeeListReq
- type QueryInvoiceDetailListReq
- type QueryInvoiceReq
- type QueryTeamListByEmployeeReq
- type QueryTeamListReq
- type SetAvatarReq
- type SetCompanyStateReq
- type SetEmployeeRolesReq
- type SetEmployeeStateReq
- type SetMobileReq
- type SetTeamCaptainReq
- type SetTeamMemberReq
- type SetTeamOwnerReq
- type UpdateAccountIsEnabledReq
- type UpdateAccountLimitStateReq
- type UpdateAccountReq
- type UpdateCompanyReq
- type UpdateEmployeeReq
- type UpdateTeamReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditInvoiceDetailReq ¶ added in v0.1.112
type AuditInvoiceDetailReq struct { g.Meta ` method:"post" summary:"审核发票" tags:"组织单位/财务服务"` co_company_api.AuditInvoiceDetailReq }
type BankCardRegisterReq ¶ added in v0.1.112
type BankCardRegisterReq struct { g.Meta ` method:"post" summary:"添加银行卡" tags:"组织单位/财务服务"` co_company_api.BankCardRegisterReq }
type CreateCompanyReq ¶
type CreateCompanyReq struct { g.Meta `method:"post" summary:"创建组织单位|信息" tags:"组织单位/公司"` co_company_api.CreateCompanyReq }
type CreateEmployeeReq ¶
type CreateEmployeeReq struct { g.Meta `method:"post" summary:"创建员工|信息" tags:"组织单位/员工"` co_company_api.CreateEmployeeReq }
type CreateInvoiceDetailReq ¶ added in v0.1.112
type CreateInvoiceDetailReq struct { g.Meta ` method:"post" summary:"申请开发票" tags:"组织单位/财务服务"` co_company_api.CreateInvoiceDetailReq }
type CreateInvoiceReq ¶ added in v0.1.112
type CreateInvoiceReq struct { g.Meta ` method:"post" summary:"添加发票抬头" tags:"组织单位/财务服务"` co_company_api.CreateInvoiceReq }
type CreateTeamReq ¶
type CreateTeamReq struct { g.Meta `method:"post" summary:"创建团队或小组|信息" tags:"组织单位/团队|小组"` co_company_api.CreateTeamReq }
type DecrementReq ¶ added in v0.3.12
type DecrementReq struct { g.Meta ` method:"post" summary:"支出" tags:"组织单位/财务服务"` co_company_api.DecrementReq }
type DeleteBankCardReq ¶ added in v0.1.112
type DeleteBankCardReq struct { g.Meta ` method:"post" summary:"删除银行卡" tags:"组织单位/财务服务"` co_company_api.DeleteBankCardReq }
type DeleteEmployeeReq ¶
type DeleteEmployeeReq struct { g.Meta `method:"post" summary:"删除员工|信息" tags:"组织单位/员工"` co_company_api.DeleteEmployeeReq }
type DeleteInvoiceByIdReq ¶ added in v0.1.112
type DeleteInvoiceByIdReq struct { g.Meta ` method:"post" summary:"删除发票抬头" tags:"组织单位/财务服务"` co_company_api.DeleteInvoiceByIdReq }
type DeleteTeamReq ¶
type DeleteTeamReq struct { g.Meta `method:"post" summary:"删除团队或小组|信息" tags:"组织单位/团队|小组"` co_company_api.DeleteTeamReq }
type GetAccountBalanceReq ¶ added in v0.1.112
type GetAccountBalanceReq struct { g.Meta ` method:"post" summary:"查看账户余额" tags:"组织单位/财务服务"` co_company_api.GetAccountBalanceReq }
type GetAccountBillsReq ¶ added in v0.4.7
type GetAccountBillsReq struct { g.Meta `method:"post" summary:"我的账单|列表" tags:"组织单位/我的财务"` co_company_api.GetAccountBillsReq }
type GetAccountDetailByAccountIdReq ¶ added in v0.3.12
type GetAccountDetailByAccountIdReq struct { g.Meta ` method:"post" summary:"获取财务账号金额明细" tags:"组织单位/财务服务"` co_company_api.GetAccountDetailByAccountIdReq }
type GetAccountDetailReq ¶ added in v0.3.12
type GetAccountDetailReq struct { g.Meta ` method:"post" summary:"获取财务账号详细数据" tags:"组织单位/财务服务"` co_company_api.GetAccountDetailReq }
type GetAccountsReq ¶ added in v0.4.7
type GetAccountsReq struct { g.Meta `method:"post" summary:"我的财务账号|列表" tags:"组织单位/我的财务"` co_company_api.GetAccountsReq }
type GetBankCardsReq ¶ added in v0.4.7
type GetBankCardsReq struct { g.Meta `method:"post" summary:"我的银行卡|列表" tags:"组织单位/我的财务"` co_company_api.GetBankCardsReq }
type GetCompanyByIdReq ¶
type GetCompanyByIdReq struct { g.Meta `method:"post" summary:"根据ID获取组织单位|信息" tags:"组织单位/公司"` co_company_api.GetCompanyByIdReq }
type GetCompanyDetailReq ¶
type GetCompanyDetailReq struct { g.Meta `method:"post" summary:"查看更多信息含完整手机号|信息" tags:"组织单位/公司"` co_company_api.GetCompanyDetailReq }
type GetCompanyReq ¶
type GetCompanyReq struct { g.Meta `method:"post" summary:"我的公司|信息" tags:"组织单位/我的"` co_company_api.GetCompanyReq }
type GetEmployeeByIdReq ¶
type GetEmployeeByIdReq struct { g.Meta `method:"post" summary:"根据ID获取员工|信息" tags:"组织单位/员工"` co_company_api.GetEmployeeByIdReq }
type GetEmployeeDetailByIdReq ¶
type GetEmployeeDetailByIdReq struct { g.Meta `method:"post" summary:"获取员工详情|信息" tags:"组织单位/员工"` co_company_api.GetEmployeeDetailByIdReq }
type GetEmployeeListByRoleIdReq ¶
type GetEmployeeListByRoleIdReq struct { g.Meta `method:"post" summary:"根据角色ID获取所有所属员工|列表" tags:"组织单位/员工"` co_company_api.GetEmployeeListByRoleIdReq }
type GetEmployeeListByTeamIdReq ¶ added in v0.5.18
type GetEmployeeListByTeamIdReq struct { g.Meta `method:"post" summary:"根据团队ID获取成员|列表" tags:"组织单位/团队|小组"` co_company_api.GetEmployeeListByTeamIdReq }
type GetInvoicesReq ¶ added in v0.4.7
type GetInvoicesReq struct { g.Meta `method:"post" summary:"我的发票抬头|列表" tags:"组织单位/我的财务"` co_company_api.GetInvoicesReq }
type GetProfileReq ¶
type GetProfileReq struct { g.Meta `method:"post" summary:"我的基本信息|信息" tags:"组织单位/我的"` co_company_api.GetProfileReq }
type GetTeamByIdReq ¶
type GetTeamByIdReq struct { g.Meta `method:"post" summary:"根据ID获取团队或小组|信息" tags:"组织单位/团队|小组"` co_company_api.GetTeamByIdReq }
type GetTeamInviteCodeReq ¶ added in v0.6.10
type GetTeamInviteCodeReq struct { g.Meta `method:"post" summary:"查看团队邀约码" tags:"组织单位/团队|小组"` co_company_api.GetTeamInviteCodeReq }
type GetTeamsReq ¶
type GetTeamsReq struct { g.Meta `method:"post" summary:"我的团队或小组|信息" tags:"组织单位/我的"` co_company_api.GetTeamsReq }
type HasCompanyByNameReq ¶
type HasCompanyByNameReq struct { g.Meta `method:"post" summary:"判断名称是否存在" tags:"组织单位/公司"` co_company_api.HasCompanyByNameReq }
type HasEmployeeByNameReq ¶
type HasEmployeeByNameReq struct { g.Meta `method:"post" summary:"判断名称是否存在" tags:"组织单位/员工"` co_company_api.HasEmployeeByNameReq }
type HasEmployeeByNoReq ¶
type HasEmployeeByNoReq struct { g.Meta `method:"post" summary:"判断工号是否存在" tags:"组织单位/员工"` co_company_api.HasEmployeeByNoReq }
type HasTeamByNameReq ¶
type HasTeamByNameReq struct { g.Meta `method:"post" summary:"判断名称是否存在" tags:"组织单位/团队|小组"` co_company_api.HasTeamByNameReq }
type IncrementReq ¶ added in v0.3.12
type IncrementReq struct { g.Meta ` method:"post" summary:"收入" tags:"组织单位/财务服务"` co_company_api.IncrementReq }
type JoinTeamByInviteCodeReq ¶ added in v0.6.10
type JoinTeamByInviteCodeReq struct { g.Meta `method:"post" summary:"通过邀请码加入团队" tags:"组织单位/团队|小组"` co_company_api.JoinTeamByInviteCodeReq }
type MakeInvoiceDetailReq ¶ added in v0.1.112
type MakeInvoiceDetailReq struct { g.Meta ` method:"post" summary:"开发票" tags:"组织单位/财务服务"` co_company_api.MakeInvoiceDetailReq }
type QueryBankCardListReq ¶ added in v0.1.112
type QueryBankCardListReq struct { g.Meta ` method:"post" summary:"获取银行卡|列表" tags:"组织单位/财务服务"` co_company_api.QueryBankCardListReq }
type QueryCompanyListReq ¶
type QueryCompanyListReq struct { g.Meta `method:"post" summary:"查询组织单位|列表" tags:"组织单位/公司"` co_company_api.QueryCompanyListReq }
type QueryEmployeeListReq ¶
type QueryEmployeeListReq struct { g.Meta `method:"post" summary:"查询员工|列表" tags:"组织单位/员工"` co_company_api.QueryEmployeeListReq }
type QueryInvoiceDetailListReq ¶ added in v0.1.112
type QueryInvoiceDetailListReq struct { g.Meta ` method:"post" summary:"获取发票详情|列表" tags:"组织单位/财务服务"` co_company_api.QueryInvoiceDetailListReq }
type QueryInvoiceReq ¶ added in v0.1.112
type QueryInvoiceReq struct { g.Meta ` method:"post" summary:"获取发票抬头|列表" tags:"组织单位/财务服务"` co_company_api.QueryInvoiceReq }
type QueryTeamListByEmployeeReq ¶
type QueryTeamListByEmployeeReq struct { g.Meta `method:"post" summary:"根据员工查询团队|列表" tags:"组织单位/团队|小组"` co_company_api.QueryTeamListByEmployeeReq }
type QueryTeamListReq ¶
type QueryTeamListReq struct { g.Meta `method:"post" summary:"查询团队或小组|列表" tags:"组织单位/团队|小组"` co_company_api.QueryTeamListReq }
type SetAvatarReq ¶
type SetAvatarReq struct { g.Meta `method:"post" summary:"设置头像|信息" tags:"组织单位/我的"` co_company_api.SetAvatarReq }
type SetCompanyStateReq ¶ added in v0.5.21
type SetCompanyStateReq struct { g.Meta `method:"post" summary:"设置公司状态" tags:"组织单位/公司"` co_company_api.SetCompanyStateReq }
type SetEmployeeRolesReq ¶ added in v0.4.3
type SetEmployeeRolesReq struct { g.Meta `method:"post" summary:"设置员工角色" dc:"设置员工所属角色" tags:"组织单位/员工"` co_company_api.SetEmployeeRolesReq }
type SetEmployeeStateReq ¶ added in v0.4.3
type SetEmployeeStateReq struct { g.Meta `method:"post" summary:"设置员工状态" dc:"设置员工状态" tags:"组织单位/员工"` co_company_api.SetEmployeeStateReq }
type SetMobileReq ¶
type SetMobileReq struct { g.Meta `method:"post" summary:"设置员工手机号|信息" tags:"组织单位/我的"` co_company_api.SetMobileReq }
type SetTeamCaptainReq ¶
type SetTeamCaptainReq struct { g.Meta `method:"post" summary:"设置团队队长" tags:"组织单位/团队|小组"` co_company_api.SetTeamCaptainReq }
type SetTeamMemberReq ¶
type SetTeamMemberReq struct { g.Meta `method:"post" summary:"设置团队成员" tags:"组织单位/团队|小组"` co_company_api.SetTeamMemberReq }
type SetTeamOwnerReq ¶
type SetTeamOwnerReq struct { g.Meta `method:"post" summary:"设置团队管理者" tags:"组织单位/团队|小组"` co_company_api.SetTeamOwnerReq }
type UpdateAccountIsEnabledReq ¶ added in v0.3.12
type UpdateAccountIsEnabledReq struct { g.Meta ` method:"post" summary:"修改财务账号启用状态" tags:"组织单位/财务服务"` co_company_api.UpdateAccountIsEnabledReq }
type UpdateAccountLimitStateReq ¶ added in v0.3.12
type UpdateAccountLimitStateReq struct { g.Meta ` method:"post" summary:"修改财务账号限制状态" tags:"组织单位/财务服务"` co_company_api.UpdateAccountLimitStateReq }
type UpdateAccountReq ¶ added in v0.4.7
type UpdateAccountReq struct { g.Meta `method:"post" summary:"修改我的财务账号|信息" tags:"组织单位/我的财务"` co_company_api.UpdateAccountReq }
type UpdateCompanyReq ¶
type UpdateCompanyReq struct { g.Meta `method:"post" summary:"更新组织单位|信息" tags:"组织单位/公司"` co_company_api.UpdateCompanyReq }
type UpdateEmployeeReq ¶
type UpdateEmployeeReq struct { g.Meta `method:"post" summary:"更新员工|信息" tags:"组织单位/员工"` co_company_api.UpdateEmployeeReq }
type UpdateTeamReq ¶
type UpdateTeamReq struct { g.Meta `method:"post" summary:"更新团队或小组|信息" tags:"组织单位/团队|小组"` co_company_api.UpdateTeamReq }
Click to show internal directories.
Click to hide internal directories.