|
@@ -80,10 +80,17 @@ if ($search_auth == 1) {
|
|
|
'创建账户' => array('fast', '', 'member'),
|
|
|
);
|
|
|
$list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
|
|
|
+
|
|
|
} elseif ($search_auth == 3) {
|
|
|
$list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
|
|
|
}
|
|
|
|
|
|
+if (Dever::load('manage/auth')->checkFunc('menu_279.menu_290','setmessage','发送短信')) {
|
|
|
+ $table = 'template';
|
|
|
+ $res = Dever::load('sms/api')->getTable($table);
|
|
|
+ $list_button['fast'] = array('发送短信','Dever::load("option/lib/account.send_sms",{mid})');
|
|
|
+}
|
|
|
+
|
|
|
return array
|
|
|
(
|
|
|
|