v2: refund commission msg
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
8d37693329
commit
3555d27c03
@ -559,12 +559,19 @@ message EffectiveCommission {
|
|||||||
double total = 3;
|
double total = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message RefundCommissionReq {
|
||||||
|
auth.v1.UserIdentityBasic user = 3;
|
||||||
|
uint64 commission_log_id = 1;
|
||||||
|
}
|
||||||
message CommissionReq {
|
message CommissionReq {
|
||||||
uint64 commission_id = 1;
|
uint64 commission_id = 1;
|
||||||
double amount = 2;
|
double amount = 2;
|
||||||
auth.v1.UserIdentityBasic user = 3;
|
auth.v1.UserIdentityBasic user = 3;
|
||||||
}
|
}
|
||||||
message CommissionRes {}
|
|
||||||
|
message CommissionRes {
|
||||||
|
uint64 commission_log_id = 1;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IPG - Internet Payment Gateway
|
* IPG - Internet Payment Gateway
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user