Explorar el Código

//tt cps

release_toaliyun_real
xhxu hace 3 años
padre
commit
64ccd0ba1d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/douyin/pay/impl/BaseTtPayServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/douyin/pay/impl/BaseTtPayServiceImpl.java Ver fichero

@@ -173,6 +173,9 @@ public abstract class BaseTtPayServiceImpl implements TtPayService {
if(baseTtPayResult.isSuccess()){ if(baseTtPayResult.isSuccess()){
return baseTtPayResult.getData(); return baseTtPayResult.getData();
}else{ }else{
if(baseTtPayResult.getErrNo().intValue() == 20004){//{"data":null,"resp_extra":{"logid":"2022070417115501015816204403C85851"},"err_no":20004,"err_tips":"订单不属于cps订单"}
return null;
}
throw new TtPayException(baseTtPayResult.getErrTips()); throw new TtPayException(baseTtPayResult.getErrTips());
} }
} }


Cargando…
Cancelar
Guardar