All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.linksfield.cube.partnersdk.domain.BaseRequestV2 Maven / Gradle / Ivy

package net.linksfield.cube.partnersdk.domain;

import net.linksfield.cube.partnersdk.rest.HttpMethod;

import java.util.Map;

/**
 * @ClassName BaseRequestV2
 * @Description V2 实体包装
 * @Author James.hu
 * @Date 2023/3/22
 **/
public abstract class BaseRequestV2 extends BaseRequest{
    public BaseRequestV2(HttpMethod httpMethod, int nonce) {
        super(httpMethod, nonce);
    }

    @Override
    public void addUrlSignatureParameters(Map mapToSign) {

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy