32 lines
962 B
PHP
Executable File
32 lines
962 B
PHP
Executable File
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | OneThink [ WE CAN DO IT JUST THINK IT ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: yangweijie <yangweijiester@gmail.com> <code-tech.diandian.com>
|
|
// +----------------------------------------------------------------------
|
|
|
|
return array(
|
|
'ac' => array(
|
|
'title' => '用户账号:',
|
|
'type' => 'text',
|
|
'value' => ''
|
|
),
|
|
'authkey' => array(
|
|
'title' => '认证密钥:',
|
|
'type' => 'text',
|
|
'value' => '',
|
|
),
|
|
'cgid' => array(
|
|
'title' => '通道组:',
|
|
'type' => 'text',
|
|
'value' => '',
|
|
),
|
|
'csid' => array(
|
|
'title' => '签名编号:',
|
|
'type' => 'text',
|
|
'value' => '',
|
|
),
|
|
);
|