verified和verified_type是微博api返回结果的字段,例如以下api的返回结果
verified_type: -1/200/220/400
verified和verified_type是微博api返回结果的字段,例如以下api的返回结果
verified_type: -1/200/220/400
| # Kernel sysctl configuration file for Red Hat Linux | |
| # | |
| # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and | |
| # sysctl.conf(5) for more details. | |
| # Controls source route verification | |
| net.ipv4.conf.default.rp_filter = 1 | |
| # Do not accept source routing | |
| net.ipv4.conf.default.accept_source_route = 0 |