|
|
@@ -83,7 +83,8 @@ public class QueryAuthStatus {
|
|
|
|
|
|
//状态为已完成认证
|
|
|
boolean passed = Objects.equals(YeepayApiConstant.applymentState.APPLYMENT_STATE_PASSED.name(), applymentState) ||
|
|
|
- Objects.equals(YeepayApiConstant.applymentState.APPLYMENT_STATE_FREEZED.name(), applymentState);
|
|
|
+ Objects.equals(YeepayApiConstant.applymentState.APPLYMENT_STATE_FREEZED.name(), applymentState) ||
|
|
|
+ Objects.equals(YeepayApiConstant.applymentState.COMPLETED.name(), applymentState);
|
|
|
if (passed) {
|
|
|
completeFlow(item, resObj.getString("rejectReason"));
|
|
|
}
|