2021/7/16

h5跳转到微信小程序

获取 URL Scheme | 微信开放文档 (qq.com)

  • 微信公众号开发 微信小程序
  • 2021/7/16
  • 924
  • 2021/5/24

    php 获取微信推送的xml

    1 //接收POST数据 2 $input = file_get_contents("php://input"); 3 //提取POST数据为simplexml对象 4 $xml = simplexml_load_string($input); 5 var_…

  • php 微信公众号开发
  • 2021/5/24
  • 798