亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

? ?? ??? ?? ?? WeChat? ??? ?? ????? ???? ??? ?

WeChat? ??? ?? ????? ???? ??? ?

Mar 19, 2018 pm 01:28 PM
? ?? ??? ??

? ??? ?? WeChat?? ??? ?? ????? ??? ??? ?? ?? ?????.

//創(chuàng)建自定義菜單
    private function create_menu($access_token){
        //echo $access_token;exit;
        $url="https://api.weixin.qq.com/cgi-bin/menu/create?access_token=".$access_token;
        $post_data='{
                "button":[
                {
                "name":"PHP",
                "sub_button":[
                {
                    "type":"view",
                    "name":"ThinkPHP",
                    "url":"http://wap.phplee.com"
                    },
                    {
                        "type":"view",
                        "name":"微信",
                        "url":"http://wap.phplee.com/"
                    }
                    ]
                },
                {
                "name":"運維",
                "sub_button":[
                    {
                    "type":"view",
                    "name":"Linux",
                    "url":"http://wap.phplee.com"
                    },
                    {
                        "type":"view",
                        "name":"MySQL",
                        "url":"http://wap.phplee.com"
                    }
                    ]
                },
                {
                "name":"APP",
                "sub_button":[
                    {
                    "type":"view",
                    "name":"Android",
                    "url":"http://wap.phplee.com/"
                    },
                    {
                        "type":"view",
                        "name":"IOS",
                        "url":"http://wap.phplee.com/"
                    }]
                }]
            }';
        $header [] = "content-type: application/json; charset=UTF-8";
        $ch = curl_init ();
        curl_setopt ( $ch, CURLOPT_URL, $url );
        //請求的方式是post
        curl_setopt ( $ch, CURLOPT_CUSTOMREQUEST, "POST" );
        // 禁用后cURL將終止從服務(wù)端進行驗證
        curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, FALSE );
        //不檢查證書
        curl_setopt ( $ch, CURLOPT_SSL_VERIFYHOST, FALSE );
        //發(fā)送頭部字段
        curl_setopt ( $ch, CURLOPT_HTTPHEADER, $header );
        //告訴對方 自己的瀏覽器型號
        curl_setopt ( $ch, CURLOPT_USERAGENT, 'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)' );
        //即表示自動進行跳轉(zhuǎn)抓?。ㄈ绻鸘RL發(fā)生了302重定向)繼續(xù)抓取
        curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 );
        //自動重定向開啟
        curl_setopt ( $ch, CURLOPT_AUTOREFERER, 1 );
        //發(fā)送的post參數(shù)
        curl_setopt ( $ch, CURLOPT_POSTFIELDS, $post_data);
        //得到的結(jié)果不顯示在屏幕上,作為變量結(jié)果儲存
        curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true );
        $res = curl_exec ( $ch );
        //如果運行錯誤,返回一個錯誤號
        $flat = curl_errno ( $ch );
        if ($flat) {
            $data = curl_error ( $ch );
        }
        curl_close ( $ch );
        //拿到了返回結(jié)果后json格式轉(zhuǎn)化為可以使用的數(shù)組格式
        $res = json_decode ( $res, true );
        if($res['errcode']==0){
            return true;
        }else{
            return false;
        }
    }

???:

//微信測試
    public function Index()
    {
        //獲取access_token
        if(S('access_token')){
            $access_token=S('access_token');
        }else{
            $access_token=$this->get_access_token();
            S('access_token',$access_token);
        }
        //echo $access_token;exit;
        //創(chuàng)建菜單
        $result=$this->create_menu($access_token);
        if($result===false){
            echo '創(chuàng)建菜單失敗';exit;
        }else{
            echo '創(chuàng)建菜單成功';exit;
        }
    }

? ??? WeChat? ??? ?? ????? ???? ??? ?? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undresser.AI Undress

Undresser.AI Undress

???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover

AI Clothes Remover

???? ?? ???? ??? AI ?????.

Video Face Swap

Video Face Swap

??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

???

??? ??

???++7.3.1

???++7.3.1

???? ?? ?? ?? ???

SublimeText3 ??? ??

SublimeText3 ??? ??

??? ??, ???? ?? ????.

???? 13.0.1 ???

???? 13.0.1 ???

??? PHP ?? ?? ??

???? CS6

???? CS6

??? ? ?? ??

SublimeText3 Mac ??

SublimeText3 Mac ??

? ??? ?? ?? ?????(SublimeText3)

???

??? ??

??? ????
1597
29
PHP ????
1488
72
???
WeChat?? ??? ???? ???? ??(??? ???? ???? ??? ???? ??? ????) WeChat?? ??? ???? ???? ??(??? ???? ???? ??? ???? ??? ????) May 01, 2024 pm 12:01 PM

????? ???? ?? ???? ??? ?? ???? ???? ??? ????. WeChat? ?? ???? ?? ????????. ???? ? ??? ??? ? ??? ? ????? ??? ???? ??? ???? ???? ??? ?????. 1. WeChat ??? ?? ????? ???? ??? ???? ??? ? ????. WeChat? ??? ?? ????? ???? ????? ????? ??? ????? ????. 2. WeChat? ??? "??? ??" ??? ?????. WeChat? "??? ??"? ???? ??? ???? ?????. ???? ? ??? ?? ??? ??? ???? ??? ??? ? ????. 3. WeChat ?? ???? ???? ??? ??? ???? WeChat ?????? "?"? ?? ??? ??? ?? ?? ???? ???? ?? ???? ?????.

??? ?????? ????? ???? ??? ?????? ? ?? ??? ??????. ??? ?????? ????? ???? ??? ?????? ? ?? ??? ??????. Mar 13, 2024 pm 06:01 PM

???? ????? ?? ?? ???? ?? ??? ?? ???? ??? ??? ?? ???? ???? ???? ??? ??? ?? BIOS? ???? ??? ?????? ??? ??? ???? ???? ???? ???? BIOS? ??? ? ?? ? ?? ??? ??? ??????. ?? 1: U ??? ?? ???? ???? U ??? ?? ???? ?? ?????. ? ?? ???? U ???? ???? Colour ????? ???? ESC ?? F11???. ?? Black Shark ?? ???? ???? Black? ????. Shark U ??? ?? ???? ? ? ???? ?? ?? ??? ???? ???? ESC ?? F11 ?? ?? ?? ?? ??? ????? ??? ? ?? ??? ??? "USB. "? ??? ?

Tomato Free Novel ??? ?? ?? ?? Tomato Novel?? ?? ?? ??? ?? ????? ?????. Tomato Free Novel ??? ?? ?? ?? Tomato Novel?? ?? ?? ??? ?? ????? ?????. Mar 28, 2024 pm 12:50 PM

Tomato Novel? ?? ?? ?? ?? ?? ????????. ??? ?? Tomato Novel?? ?? ??? ??? ??? ??? ????. ?? ???? ??? ?? ??? ??? ???? ?????. ?? ?? ???, ? ?? ??? ??? ??? ???? ????, ?? ?? ??? ?? ??? ?? ???? ??? ???????. ??? ??? ???? ??? ?? ??? ?? ????? ?????. 1. ?? ????? ??? ?? ?? ?? ?? ?? ?? - ?? ??? ?????. 2. ??? ?? ??? ???? ???? ?? ???? ?????. ??? ? ??? ??????.

Win11?? ??? ??? ?? ?? ?? Win11?? ??? ??? ?? ?? ?? Mar 09, 2024 am 08:45 AM

Win11 ??? ??? ?? ??? ?? ?? Windows 11 ?? ???? ??? ??? ???? ????? ??? ??? ??? ? ??? ?? ?? ??? ?? ? ?????. ??? ????? ??, ??? ?? ?? ?? ?? ?? ??? ???? ?? ??? ??? ??? ? ?? ????. ??? Win11 ??? ??? ?? ? ?? ??? ??? ????. ??? ??? ????. 1. ???? ?????. Windows 11 ?????? ???? ?? ?? ????? ??? ? ? ????.

??? ??? ? ??? ??? ?????(??? ??? ?? ????? ???? ??? ???? ??????) ??? ??? ? ??? ??? ?????(??? ??? ?? ????? ???? ??? ???? ??????) May 04, 2024 pm 06:01 PM

??? ??? ??? ??? ?? ???? ?? ???? ?? ??? ?????. ??? ??? ? ???? ???? ?? ???? ?? ?????? ??? ????, ?? ??? ?? ?? ? ??? ??? ? ??? ????. ????? ???? ???? ???? ? ? ???? ???? ? ??? ? ???? ??? ???? ??? ?? ????? ??? ?????. 1. ??? ??? ??? ?? ??????. ????? ???? ???? ??? ??? ??? ? ??? ??? ???? ??? ???? ??? ??? ? ??? ???? ???? ???. 2. ???? ??? ????????. ????? ??? ???? ??? ???? ???? ??? ????? ???. ???? ??? ?? ?? ??? ?? ???? ?????. 3. ????? ??? ????? ??? ??? ?????.

????? ?? ??? ???? ??(????? ?? ??? ?? ??) ????? ?? ??? ???? ??(????? ?? ??? ?? ??) May 07, 2024 pm 03:34 PM

???? ???? ?? ???? ??? ??? ??? ?? ?? ??? ??? ??? ?? ??? ?????. ??? ???? ??? ???? ?? ? ????? ??? ??? ?? ??? ?? ??? ???? ???? ?? ??? ???? ??? ?????. ???? ?? ??? ???? ?? ?? - ?? ??? ???? ???? ? ???? ?? ?????. - ??? ???? ???? ?? ??? ?? - ??? ?? ?? ???? ?? ??? ???? ?? ?????. ??? ???? ?? ?? - ??? ?? ?????? ???? ?? - ???? ?? ?????? "?????" ??? ?????. - "?? ??" ??? ?? ??? ?? ?? ??? ?????. ?????? - ?? ?? ??? ???? ?????? ???? ? ?? - ??????? ?? ?? ?? ?????? ?? - ??? ??

?? ????: Huawei ????? ? ?? WeChat ??? ?? ?? ??! ?? ????: Huawei ????? ? ?? WeChat ??? ?? ?? ??! Mar 23, 2024 am 10:42 AM

?? ???? ???? ?? ?? ???? ? ? ???? ?????. ???? ????, ??, ??? ?? ??? ??? WeChat? ?? ?????. ??? ?? ?? ??? ??? ? ? ?? WeChat ??? ???? ? ?? ????. ?? ???? ???? ??? ? ?? WeChat ??? ????? ??? ???? ???. ?? ?? ???? ??? ???? ?? ???? ???? ????. ???? ??? ????? ?? ??? 2? ???? ??? ?????? ? ??? ??? ????????. ??, Huawei ????? ? ?? WeChat ??? ??? ???? ???.

edius ??? ?? ?? ????? ?? ?? edius ??? ?? ?? ????? ?? ?? Mar 27, 2024 pm 06:50 PM

1. ?? ??? edius? ?? ?? ???????. ?? EDIUS ? ????? ?? ??????? ?? ??? ????? ?? ?? ??? ??? ???? ?? ?? ? ?????. 2. [??] ?? ?? ?? [?? ??? ??]? ????? ???? ?? ?? ?? ?? ?? ??? ????? ? ? ????. 3. [?? ???>? ????>??]? ?? ?? ?? ????? ??? ? ????. ??, ???? ?? ????? ??? ???? ?? ???? ?? ?????? ??? ?? ????. ?? ???? ?? ?????? ???? ? [?? > ? ???? > ?? ???? ?? > ?? ???]? ??? ? ?? [?? ???? ??] ????] ?? ?? ???? ??? ???? ??? ?????.

See all articles