|
@@ -56,11 +56,11 @@ public class CallBackUtil {
|
|
*/
|
|
*/
|
|
if (response.getStatusCode() == HttpStatus.OK) {
|
|
if (response.getStatusCode() == HttpStatus.OK) {
|
|
JSONObject tmp = response.getBody();
|
|
JSONObject tmp = response.getBody();
|
|
-// if(tmp.getInteger("status") == 1){
|
|
|
|
-// log.info("卡密通知结果回调成功,发送信息为[{}],返回结果为[{}]", resultMap,tmp.toJSONString());
|
|
|
|
-// }else{
|
|
|
|
-// log.info("卡密通知结果回调shibai,发送信息为[{}],返回结果为[{}]", resultMap,tmp.toJSONString());
|
|
|
|
-// }
|
|
|
|
|
|
+ if(tmp.getInteger("status") == 1){
|
|
|
|
+ log.info("卡密通知结果回调成功,发送信息为[{}],返回结果为[{}]", resultMap,tmp.toJSONString());
|
|
|
|
+ }else{
|
|
|
|
+ log.info("卡密通知结果回调shibai,发送信息为[{}],返回结果为[{}]", resultMap,tmp.toJSONString());
|
|
|
|
+ }
|
|
|
|
|
|
|
|
|
|
}else {
|
|
}else {
|