推广小程序前端代码
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.

10 lines
155 B

11 months ago
  1. const api = {
  2. // 招募订单
  3. recruitPageList: {
  4. url: '/popularize-admin/shop_common/getRecruitPageList',
  5. method: 'GET',
  6. },
  7. }
  8. export default api