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