Thinkphp5 的 belongsToMany 多对多关联用法

belongsToMany方法的参数如下:

belongsToMany('关联模型名','中间表名','外键名','当前模型关联键名',['模型别名定义']);