Skip to content
  • This project
    • Loading...
  • Sign in

官美宏 / aiqiyi-program

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • aiqiyi-program
  • src
  • api
  • aiqiyi
  • aiqiyi.js
  • 官美宏's avatar
    爱奇艺小卡销售 · 7ada23e0
    7ada23e0
    官美宏 authored 2021-09-23 15:22:04 +0800
aiqiyi.js 194 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import request from '@/utils/request'

function getSmallSellList(params) {
  return request({
    url: 'api/vipCard',
    method: 'get',
    params
  })
}

export default {
  getSmallSellList
}