示例#1
0
 public static void GetAllSceneType(string token, ResponseHandle handle)
 {
     ApiCaller.RequestParams rp = new ApiCaller.RequestParams();
     rp.data = new Dictionary <string, string>();
     rp.data.Add(Param.TOKEN, token);
     rp.callback = handle;
     apiCaller.GetAllSceneType(rp);
 }