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

16 lines
352 B

1 month ago
  1. import request from '../utils/request';
  2. // 图书推荐
  3. export function FetchInitScreenBookRecommend(data) {
  4. return request({
  5. url: '/api/screenSetting/initScreenBookRecommend',
  6. data
  7. })
  8. }
  9. // export function FetchInitScreenBookRecommend(data) {
  10. // return request({
  11. // url: '/qyzt/getNewBook',
  12. // data
  13. // })
  14. // }