支持默认价格设置

This commit is contained in:
刘祥超
2022-01-23 20:16:06 +08:00
parent 24c21c5513
commit fc28798c9f
6 changed files with 134 additions and 44 deletions

View File

@@ -114,6 +114,7 @@ func (this *ServerBillService) ListServerBills(ctx context.Context, req *pb.List
UserId: int64(bill.UserId),
ServerId: int64(bill.ServerId),
Amount: float32(bill.Amount),
PriceType: bill.PriceType,
CreatedAt: int64(bill.CreatedAt),
UserPlanId: int64(bill.UserPlanId),
PlanId: int64(bill.PlanId),