我向服务器发送请求但未成功执行。
这是纽约代码:
RKClient *client = [RKClient clientWithBaseURL:@"http://10.0.0.37:7070/TPServer/ws/feedback/"];
RKParams *rkp = [RKParams params];
[rkp setValue:@"ek367t27856vuth45tyv45th89" forParam:@"deviceid"];
[rkp setValue:@"demo" forParam:@"source"];
[rkp setValue:@"3.4" forParam:@"rating"];
[client post:@"new" params:rkp delegate:self];
我做错了吗???
提前致谢。