Exemplo n.º 1
0
 public function menuList()
 {
     //实例微信
     $WechatMbroker = new Bll_Wechat_Mbroker_WechatMbroker();
     return array(array('name' => '数据控', 'type' => null, 'key' => null, 'buttons' => array(array('name' => '查询数据', 'type' => 'view', 'key' => $WechatMbroker->getLoginAuthUrl()), array('name' => '数据项说明', 'type' => 'click', 'key' => Bll_Wechat_Mbroker_WechatMbroker::key_mbroker_data_explain))), array('name' => '赚客宝', 'type' => null, 'key' => null, 'buttons' => array(array('name' => '微聊', 'type' => 'click', 'key' => Bll_Wechat_Mbroker_WechatMbroker::key_mbroker_we_chat), array('name' => '微店营销', 'type' => 'click', 'key' => Bll_Wechat_Mbroker_WechatMbroker::key_mbroker_micro_shop), array('name' => '下载app', 'type' => 'click', 'key' => Bll_Wechat_Mbroker_WechatMbroker::key_mbroker_app_down))), array('name' => '福利多', 'type' => 'click', 'key' => Bll_Wechat_Mbroker_WechatMbroker::key_mbroker_more_welfare));
 }