裂变星小程序-25.03.04
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.

13 lines
172 B

4 months ago
4 months ago
  1. // 个人相关接口
  2. const api = {
  3. /**
  4. * 获取推广二维码
  5. */
  6. getQrCode: {
  7. url: '/info/getQrCode',
  8. method: 'GET',
  9. auth: true,
  10. },
  11. }
  12. export default api