riku
2022-08-10 51600113c20d84ee54660de23324400604704dc2
service/consultservice.js
@@ -25,4 +25,17 @@
    Object.assign(cb, fun)
    $f.get(cb)
  },
  //获取法律法规
  getMgtFile: function (userId, fileId, fun) {
    let cb = {
      url: `/consultation/law/file`,
      params: {
        userId: userId,
        fileId: fileId,
      },
    }
    Object.assign(cb, fun)
    $f.get(cb)
  },
}