mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 11:36:35 +08:00
可以使用账单号获取账单信息
This commit is contained in:
@@ -56,7 +56,8 @@ message ListUserBillsResponse {
|
||||
|
||||
// 查找账单信息
|
||||
message FindUserBillRequest {
|
||||
int64 userBillId = 1;
|
||||
int64 userBillId = 1; // ID,和单号二选一
|
||||
string code = 2; // 单号
|
||||
}
|
||||
|
||||
message FindUserBillResponse {
|
||||
|
||||
Reference in New Issue
Block a user