Commit 48926546 by 陶光胜

通过电话号码查询商户

parent e4a5eb01
......@@ -4,7 +4,8 @@ public enum AuthorizationStatusEnum {
NORMAL(1, "授权中"),
SUCCESS(2, "授权成功"),
FAIL(3, "授权失败"),
NO(4, "不授权");
NO(4, "不授权"),
PARTSUCCESS(5, "部分授权成功");
private Integer code;
private String message;
......
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