如何验证 state 参数值在请求接口前后是否一致?
在请求接口之前,把 state 参数值存入 redis 集合;在请求接口之后,验证返回的 state 参数值是否是 redis 集合的成员吗?
亲,这个不是redis集合里的哦。