敢为人鲜小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
207 B

  1. // 首页相关接口
  2. const api = {
  3. // 订单-查询团餐订单列表-详情
  4. queryLeaderOrderList: {
  5. url: '/teambuy/order/queryLeaderOrderList',
  6. method: 'GET',
  7. limit: 500,
  8. },
  9. }
  10. export default api