摘要:
<?php /** * api 接口限流 * */ class api { public function get_client_ip($type = 0) { $type = $type ? 1 : 0; static $ip = NULL; if ($ip !== NULL) return $i 阅读全文
posted @ 2020-07-17 17:45
greatbing
阅读(574)
评论(0)
推荐(0)
浙公网安备 33010602011771号