@Path(value="transencrypt") @Consumes(value="application/json") @Produces(value="application/json") public class TransSecurityEnvResource extends BaseResource
构造器和说明 |
---|
TransSecurityEnvResource() |
限定符和类型 | 方法和说明 |
---|---|
javax.ws.rs.core.Response |
commonEvn() |
javax.ws.rs.core.Response |
test(java.lang.String value) |
copyProperties, decode, error, fail, fail, getFlipInfo, getObjectMapper, getToken, judgeSortId, noContent, ok, required, required, setCurrentUser, setPagination, setVirtualUser, status, status, success, success, success, toJSON, toJSON
@GET @Path(value="v1/env") public javax.ws.rs.core.Response commonEvn()
@POST @Path(value="v1/test/decrypt") public javax.ws.rs.core.Response test(@RequestBody java.lang.String value) throws com.seeyon.ctp.common.exceptions.BusinessException
com.seeyon.ctp.common.exceptions.BusinessException