Exemplo n.º 1
0
 public function CreateMenu($appIndex = 10)
 {
     $menu['button'] = array(array('type' => 'view', 'name' => '抢特卖测试', 'url' => "http://wx.qixiuzu.com/index.php?m=Selling&a=index&storeid=1&eventid=6276276&pid=0"), array('name' => '测试菜单', 'sub_button' => array(array('type' => 'click', 'name' => '测试1', 'key' => 'menu_test_1'), array('type' => 'click', 'name' => 'test2', 'key' => 'menu_test_2'), array('type' => 'click', 'name' => 'test3', 'key' => 'menu_test_3'))));
     $assesstoken = D("WxAccessToken")->getAccessToken($appIndex);
     $AppKey = Platform::$AppArr[$appIndex];
     $wechat = new WeChat($AppKey['AppID'], $AppKey['AppSecret']);
     return $wechat->CreateMun($assesstoken, $menu);
 }