private void HashGet(string key, MatchVSHttp.OnRsp rsp) { MatchVSHttp.HashGet(this, channel, platform, gameid, userID, key, appkey, token, rsp); }
private void HashSet(string key, string value) { MatchVSHttp.HashSet(this, channel, platform, gameid, userID, key, value, appkey, token, (context, error) => { }); }