package com.yanzuoguang.wxxcx.base;

/**
 * @author 李贤军
 */
public interface WxXcxResponseArrayByteConvert  {

    /**
     * 将字符串转换为结果
     *
     * @param response 字符串
     * @return 实体结果
     */
    byte[] getResponse(byte[] response);
}