图书馆小程序
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.

25 lines
517 B

1 month ago
1 month ago
1 month ago
  1. import request from '../utils/request';
  2. // 查询读者当前借阅(群)
  3. export function FetchRdloanlist(data) {
  4. return request({
  5. url: '/api/screenSetting/rdloanlist',
  6. data
  7. })
  8. }
  9. // 图书推荐
  10. export function FetchInitScreenBookRecommend(data) {
  11. return request({
  12. url: '/api/screenSetting/initScreenBookRecommend',
  13. data
  14. })
  15. }
  16. // export function FetchInitScreenBookRecommend(data) {
  17. // return request({
  18. // url: '/qyzt/getNewBook',
  19. // data
  20. // })
  21. // }