WeChat development series tutorial (3)

Source: Internet
Author: User
Many users do not know how to create custom menus because custom menus can be activated now. Let me share with you how to create a custom menu today! The following code shows you how to create a custom menu. Let me share with you how to create a custom menu today! The following code is used:

 "; Var_dump (post ($ url, $ jsonData); function post ($ url, $ jsonData) {$ ch = curl_init ($ url); curl_setopt ($ ch, CURLOPT_POST, 1); curl_setopt ($ ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt ($ ch, CURLOPT_POSTFIELDS, $ jsonData); curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, true ); curl_setopt ($ ch, CURLOPT_HTTPHEADER, array ('content-Type: application/json'); $ result = curl_exec ($ ch); curl_close ($ ch ); return $ result ;}

After running successfully

{"errcode":0,"errmsg":"ok"}

I would like to share more with you now! For example, you can query custom menus and delete them. these can be implemented based on api instructions!

The above is the detailed content of the development series (3). For more information, see other related articles on php Chinese network!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.