|  |  |  | 
|---|
|  |  |  | public static final String ZBOM = "ZBOM" ; | 
|---|
|  |  |  | public static final String ZBOM_IAM_APPKEY = "ZBOM_IAM_APPKEY"; | 
|---|
|  |  |  | public static final String ZBOM_IAM_APPID = "ZBOM_IAM_APPID"; | 
|---|
|  |  |  | public static final String ZBOM_PAD_INTERFACE_KEY = "ZBOM_PAD_INTERFACE_KEY"; | 
|---|
|  |  |  | public static final String USER_CARD_HEADER_IMG ="USER_CARD_HEADER_IMG" ; | 
|---|
|  |  |  | public static final String USER_CARD_PHONE_IMG ="USER_CARD_PHONE_IMG" ; | 
|---|
|  |  |  | public static final String USER_CARD_ADDR_IMG ="USER_CARD_ADDR_IMG" ; | 
|---|
|  |  |  | 
|---|
|  |  |  | Response response = client.newCall(request).execute(); | 
|---|
|  |  |  | if (response.isSuccessful()) { | 
|---|
|  |  |  | InputStream inputStream = new ByteArrayInputStream(response.body().bytes()); | 
|---|
|  |  |  | /* ByteArrayOutputStream baos = new ByteArrayOutputStream(); | 
|---|
|  |  |  | /*ByteArrayOutputStream baos = new ByteArrayOutputStream(); | 
|---|
|  |  |  | byte[] buffer = new byte[1024]; | 
|---|
|  |  |  | int len = -1; | 
|---|
|  |  |  | while ((len = inputStream.read(buffer)) != -1) { | 
|---|