get_order.go 113 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 package query //ListOrderQuery 获取用户列表 type GetOrderQuery struct { OrderId int64 `json:"orderId"` }