- 在 PurchaseProductOfferListsTwo 类中添加了 order_id 字段 - 通过查询 BeforehandOrder 模型获取 store_id 并赋值给 order_id - 此修改使得 API 返回数据中包含订单ID信息,可能用于前端显示或后续处理
- 在 PurchaseProductOfferListsTwo 类中添加了 order_id 字段 - 通过查询 BeforehandOrder 模型获取 store_id 并赋值给 order_id - 此修改使得 API 返回数据中包含订单ID信息,可能用于前端显示或后续处理