Array
(
    [company_name] => Array
        (
            [name] => 公司
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /[^\s]/
            [errortips] => 请输入有效信息
            [tips] => 
        )

    [user_name] => Array
        (
            [name] => 姓名
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /[^\s]/
            [errortips] => 请输入有效信息
            [tips] => 
        )

    [user_phone] => Array
        (
            [name] => 手机
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /^(1)[0-9]{10}$/
            [errortips] => 用户电话格式不对
            [tips] => 
        )

    [email] => Array
        (
            [name] => 邮件
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /^[\w\-\.]+[a-zA-Z0-9]+@[\w\-\.]+(\.\w+)+$/
            [errortips] => 邮箱地址不正确
            [tips] => 
        )

    [position_function] => Array
        (
            [name] => 岗位职能
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /[^\s]/
            [errortips] => 请输入消息
            [tips] => 
        )

    [industry] => Array
        (
            [name] => 所属行业
            [minlength] => 1
            [maxlength] => 0
            [pattern] => 
            [errortips] => 
            [tips] => 
            [options] => Array
                (
                    [金融-银行-政策性银行] => 金融-银行-政策性银行
                    [金融-银行-国有大型商业银行] => 金融-银行-国有大型商业银行
                    [金融-银行-股份制商业银行] => 金融-银行-股份制商业银行
                    [金融-银行-城市商业银行] => 金融-银行-城市商业银行
                    [金融-银行-民营银行] => 金融-银行-民营银行
                    [金融-银行-农村商业银行] => 金融-银行-农村商业银行
                    [金融-银行-农村信用社] => 金融-银行-农村信用社
                    [金融-银行-村镇银行] => 金融-银行-村镇银行
                    [金融-银行-外资法人银行 (中国区)] => 金融-银行-外资法人银行 (中国区)
                    [金融-银行-外资法人银行 (非中国区)] => 金融-银行-外资法人银行 (非中国区)
                    [金融-银行-中外合资银行] => 金融-银行-中外合资银行
                    [金融-证券] => 金融-证券
                    [金融-保险] => 金融-保险
                    [金融-其他] => 金融-其他
                    [运营商] => 运营商
                    [政企-互联网] => 政企-互联网
                    [政企-军队军工] => 政企-军队军工
                    [政企-能源] => 政企-能源
                    [政企-电力] => 政企-电力
                    [政企-医疗] => 政企-医疗
                    [政企-教育] => 政企-教育
                    [政企-交通] => 政企-交通
                    [政企-量子] => 政企-量子
                    [政企-税务] => 政企-税务
                    [政企-政府] => 政企-政府
                    [政企-其他] => 政企-其他
                    [农业] => 农业
                )

        )

    [amount] => Array
        (
            [name] => 预算金额
            [minlength] => 0
            [maxlength] => 0
            [pattern] => 
            [errortips] => 
            [tips] => 
            [options] => Array
                (
                    [100万以下] => 100万以下
                    [101-1000万] => 101-1000万
                    [1001万-5000万] => 1001万-5000万
                    [5000万-1亿元] => 5000万-1亿元
                    [1亿元以上] => 1亿元以上
                    [未确定] => 未确定
                )

        )

    [role] => Array
        (
            [name] => 您是本产品或项目的
            [minlength] => 0
            [maxlength] => 0
            [pattern] => 
            [errortips] => 
            [tips] => 
            [options] => Array
                (
                    [推荐者] => 推荐者
                    [影响者] => 影响者
                    [决策者] => 决策者
                    [分析者] => 分析者
                )

        )

    [purchase_date] => Array
        (
            [name] => 采购时间
            [minlength] => 0
            [maxlength] => 0
            [pattern] => 
            [errortips] => 
            [tips] => 
            [options] => Array
                (
                    [15天以内] => 15天以内
                    [1个月以内] => 1个月以内
                    [1-3个月内] => 1-3个月内
                    [3个月以上] => 3个月以上
                )

        )

    [content] => Array
        (
            [name] => 项目需求
            [minlength] => 1
            [maxlength] => 0
            [pattern] => /[^\s]/
            [errortips] => 请输入有效
            [tips] => 
        )

)