{ // 用户ID int64 userId; string code; string type; int64 orderMethodId; string status; float amount; bytes paramsJSON; int64 createdAt; int64 cancelledAt; int64 finishedAt; bool isExpired; User user; OrderMethod orderMethod; // 是否可以支付 bool canPay; // 构造后的支付URL string payURL; }