Adding a todo.
This commit is contained in:
parent
81c7d71484
commit
21e0c3415e
@ -141,6 +141,7 @@ public class NotificationChargeOrderInfoTask extends CoreDispatcher {
|
||||
if (null != chargeOrderInfoResponse) {
|
||||
Integer succStat = chargeOrderInfoResponse.getConfirmResult();
|
||||
//O means that the response is not success.
|
||||
//todo add a logic, which will be constructed by the value of confirmResult.
|
||||
if (succStat == 0) {
|
||||
REDIS.setCacheMapValue(orderNo, "chargeOrderInfoNotificationStat", -1);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user