Commit 0dba001d authored by fangxinjiang's avatar fangxinjiang

银行卡校验--状态解释

parent 5245a800
...@@ -69,7 +69,11 @@ public class TCheckBankNo extends BaseEntity { ...@@ -69,7 +69,11 @@ public class TCheckBankNo extends BaseEntity {
private String remark; private String remark;
/** /**
* 认证结果 * 认证结果:
* 01 一致
* 02 不一致
* 03 认证不确定
* 04 认证失败
*/ */
@Schema(description =" 认证结果") @Schema(description =" 认证结果")
private String result; private String result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment