package com.xcong.excoin.modules.okxNewPrice.okxpi.config.enums; public enum HttpMethod { POST, GET, PUT, DELETE, INVALID }