摘要:
/** * 统一API参数检验方法 * * 调用示例 check_param(array('money' => array('required', 'integer', 'greater_than_equal_to[1]', 'less_than_equal_to[200]'))); * * @ac 阅读全文
posted @ 2017-03-08 10:56
IsRunning
阅读(517)
评论(0)
推荐(0)