/**
  * 默认的额外参数, return 的部分, 可以在事件/钩子的脚本中使用
  */
const extraParams = {
  test: '123'
}

return extraParams
