Authored by mali

加erp请求前缀,nginx拒绝erp外网请求,防止被刷接口

... ... @@ -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,
... ...