| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 | 
							- <?php
 
- return array(
 
-     array(
 
-         'name'    => 'appid',
 
-         'title'   => '应用AppID',
 
-         'type'    => 'string',
 
-         'content' =>
 
-             array(),
 
-         'value'   => '',
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'appkey',
 
-         'title'   => '应用AppKEY',
 
-         'type'    => 'string',
 
-         'content' =>
 
-             array(),
 
-         'value'   => '',
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'voiceAppid',
 
-         'title'   => '语音短信AppID',
 
-         'type'    => 'string',
 
-         'content' =>
 
-             array(),
 
-         'value'   => '',
 
-         'rule'    => 'required',
 
-         'msg'     => '使用语音短信必须设置',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'voiceAppkey',
 
-         'title'   => '语音短信AppKEY',
 
-         'type'    => 'string',
 
-         'content' =>
 
-             array(),
 
-         'value'   => '',
 
-         'rule'    => 'required',
 
-         'msg'     => '使用语音短信必须设置',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'sign',
 
-         'title'   => '签名',
 
-         'type'    => 'string',
 
-         'content' =>
 
-             array(),
 
-         'value'   => 'your sign',
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'isVoice',
 
-         'title'   => '是否使用语音短信',
 
-         'type'    => 'radio',
 
-         'content' =>
 
-             array(
 
-                 0 => '否',
 
-                 1 => '是',
 
-             ),
 
-         'value'   => '0',
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'isTemplateSender',
 
-         'title'   => '是否使用短信模板发送',
 
-         'type'    => 'radio',
 
-         'content' =>
 
-             array(
 
-                 0 => '否',
 
-                 1 => '是',
 
-             ),
 
-         'value'   => '1',
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'template',
 
-         'title'   => '短信模板',
 
-         'type'    => 'array',
 
-         'content' =>
 
-             array(),
 
-         'value'   =>
 
-             array(
 
-             'register'           => '',
 
-             'resetpwd'           => '',
 
-             'changepwd'          => '',
 
-             'changemobile'       => '',
 
-             'profile'            => '',
 
-             'notice'             => '',
 
-             'mobilelogin'        => '',
 
-             'bind'               => '',
 
-             ),
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
-     array(
 
-         'name'    => 'voiceTemplate',
 
-         'title'   => '语音短信模板',
 
-         'type'    => 'array',
 
-         'content' =>
 
-             array(),
 
-         'value'   =>
 
-             array(
 
-             'register'           => '',
 
-             'resetpwd'           => '',
 
-             'changepwd'          => '',
 
-             'changemobile'       => '',
 
-             'profile'            => '',
 
-             'notice'             => '',
 
-             'mobilelogin'        => '',
 
-             'bind'               => '',
 
-             ),
 
-         'rule'    => 'required',
 
-         'msg'     => '',
 
-         'tip'     => '',
 
-         'ok'      => '',
 
-         'extend'  => '',
 
-     ),
 
- );
 
 
  |