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

com.lazycece.au.api.params.ParamsHandler Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.lazycece.au.api.params;

/**
 * @author lazycece
 * @date 2019/11/20
 */
public interface ParamsHandler {

    String validateParamsFail();

    String validateTimeFail();

    String validateSignFail();

    String getWaitEncodeData(String responseBody);

    String getResponseBody(String responseBody, String encodeData, String salt);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy