支持默认价格设置

This commit is contained in:
GoEdgeLab
2022-01-23 20:16:06 +08:00
parent 9f129a2795
commit 0a00d95bb1
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),