public class PointService extends BaseService
| Constructor and Description |
|---|
PointService(Config config) |
| Modifier and Type | Method and Description |
|---|---|
BaseResponse<PointValidateResBean> |
validate(BaseRequest<PointValidateReqBean> req)
方法的功能描述: 产品校验
|
BaseResponse<PointValidateResBean> |
validate(String url,
BaseRequest<PointValidateReqBean> req)
方法的功能描述: 产品校验
|
call, generateUUIDpublic PointService(Config config)
public BaseResponse<PointValidateResBean> validate(BaseRequest<PointValidateReqBean> req) throws BaseException
req - 请求的业务对象BaseExceptionpublic BaseResponse<PointValidateResBean> validate(String url, BaseRequest<PointValidateReqBean> req) throws BaseException
url - 请求的URL 可指定req - 请求的业务对象BaseExceptionCopyright © 2023. All rights reserved.