rename mode.domain-> mode.domains

This commit is contained in:
deepzz0
2017-07-08 16:29:47 +08:00
parent 3923bc70f1
commit da7b726e8d
13 changed files with 63 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ func TestPingRPC(t *testing.T) {
}
pr.Params.Param = [4]rpcValue{
rpcValue{Value: Ei.BTitle},
rpcValue{Value: "https://" + setting.Conf.Mode.Domain},
rpcValue{Value: "https://" + setting.Conf.Mode.Domains[0]},
rpcValue{Value: "https://deepzz.com/post/gdb-debug.html"},
rpcValue{Value: "https://deepzz.com/rss.html"},
}