public class AccountServiceService extends BaseService
| Constructor and Description |
|---|
AccountServiceService(Config config) |
call, generateUUIDpublic AccountServiceService(Config config)
public BaseResponse<AccountserviceGetJobListResBean> getJobList(BaseRequest<AccountserviceGetJobListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetJobListResBean> getJobList(String url, BaseRequest<AccountserviceGetJobListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceSavePromoterSigningTimeResBean> savePromoterSigningTime(BaseRequest<AccountserviceSavePromoterSigningTimeReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceSavePromoterSigningTimeResBean> savePromoterSigningTime(String url, BaseRequest<AccountserviceSavePromoterSigningTimeReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetUserListResBean> getUserList(BaseRequest<AccountserviceGetUserListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetUserListResBean> getUserList(String url, BaseRequest<AccountserviceGetUserListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetPostListResBean> getPostList(BaseRequest<AccountserviceGetPostListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetPostListResBean> getPostList(String url, BaseRequest<AccountserviceGetPostListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetListResBean> getList(BaseRequest<AccountserviceGetListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetListResBean> getList(String url, BaseRequest<AccountserviceGetListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetDepartmentListResBean> getDepartmentList(BaseRequest<AccountserviceGetDepartmentListReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<AccountserviceGetDepartmentListResBean> getDepartmentList(String url, BaseRequest<AccountserviceGetDepartmentListReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionCopyright © 2023. All rights reserved.