com.lazycece.au.api.params.ParamsHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of au-api-params Show documentation
Show all versions of au-api-params Show documentation
Parameter signature, encryption and decryption .
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