1. // 图片库请求
    2. export function listSlideShow(data){
    3. return request({
    4. // #ifdef H5
    5. otherUrl:'https://m.dehang.cn/',
    6. // #endif
    7. // #ifdef MP-WEIXIN
    8. // //山水田园 http://glssty.ectrip.com/api/ https://moh.sstysz.com/api/ 矮寨 https://m.dehang.cn/
    9. otherUrl:'https://moh.sstysz.com/api/',
    10. // #endif
    11. url:'idnex/listSlideShow',
    12. method: 'POST',
    13. data
    14. })
    15. }