...
|
...
|
@@ -83,7 +83,6 @@ public class InBoxController { |
|
|
*/
|
|
|
@RequestMapping(params = "method=ufo.users.addInbox")
|
|
|
@IgnoreSession
|
|
|
@IgnoreSignature
|
|
|
public ApiResponse addInbox(@RequestParam(name = "uid") int uid,
|
|
|
@RequestParam(name = "type") Integer type,
|
|
|
@RequestParam(name = "businessType") Integer businessType,
|
...
|
...
|
|