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

com.gitee.easyopen.DataDecoder Maven / Gradle / Ivy

Go to download

easyopen mini版,保留基本签名校验,文档功能。https://gitee.com/durcframework/easyopen

There is a newer version: 1.0.4
Show newest version
package com.gitee.easyopen;

/**
 * 解码data部分参数。如果想要在执行方法前改变业务参数,使用此功能。
 * @author tanghc
 */
public interface DataDecoder {
    /**
     * 解码data部分参数
     * @param param api参数
     * @return 返回解码后的
     * @throws Exception
     */
    String decode(ApiParam param) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy