Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33474ccaba | |||
|
a8d454bf88
|
|||
|
cd4590689d
|
|||
|
cf9408e76e
|
+1
-1
@@ -161,7 +161,7 @@ message Identity {
|
|||||||
string shenasname_number = 14;
|
string shenasname_number = 14;
|
||||||
string shenasname_seri = 15;
|
string shenasname_seri = 15;
|
||||||
string shenasname_serial = 16;
|
string shenasname_serial = 16;
|
||||||
int32 status = 17;
|
UserStatus status = 17;
|
||||||
string updated_at = 18;
|
string updated_at = 18;
|
||||||
string created_at = 19;
|
string created_at = 19;
|
||||||
string email = 20;
|
string email = 20;
|
||||||
|
|||||||
@@ -118,6 +118,8 @@ enum ErrCode {
|
|||||||
NOT_ENOUGH_LOCKED_BALANCE = 7034;
|
NOT_ENOUGH_LOCKED_BALANCE = 7034;
|
||||||
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
|
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
|
||||||
IPG_GEN_TOKEN_FAILED = 7036;
|
IPG_GEN_TOKEN_FAILED = 7036;
|
||||||
|
USER_INFO_NATIONAL_ID_BIRTHDATE_MISS_MATCH = 7037;
|
||||||
|
|
||||||
|
|
||||||
// Server errors
|
// Server errors
|
||||||
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
|
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
|
||||||
|
|||||||
+2
-1
@@ -192,6 +192,7 @@ message AssetPrice {
|
|||||||
string updated_at = 1;
|
string updated_at = 1;
|
||||||
double market_price = 2;
|
double market_price = 2;
|
||||||
double ico_price = 3;
|
double ico_price = 3;
|
||||||
|
double current_price = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GetAssetReq {
|
message GetAssetReq {
|
||||||
@@ -680,7 +681,7 @@ message Accounting {
|
|||||||
uint64 id = 1;
|
uint64 id = 1;
|
||||||
int64 user_id = 2;
|
int64 user_id = 2;
|
||||||
int64 balance = 3;
|
int64 balance = 3;
|
||||||
auth.v1.User user = 4;
|
auth.v1.UserIdentityBasic user = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message IPGGenTokenPayload {
|
message IPGGenTokenPayload {
|
||||||
|
|||||||
Reference in New Issue
Block a user