package test import ( "git.hilo.cn/hilo-common/domain" "git.hilo.cn/hilo-common/resource/mysql" "git.hilo.cn/hilo-common/rpc" "testing" ) func TestMGetGroupPower(t *testing.T) { res, err := rpc.MGetGroupPower(domain.CreateModelNil(), []mysql.ID{250, 251}) println(res, err) }