简介 目录 评价 推荐
  • weixin_慕瓜4465165 2022-07-25

    jsondecode


    0赞 · 0采集
  • qq_这家伙很懒什么都没写_0 2020-11-22

    生成xml字符串可以使用sprintf函数对字符模板中控制字进行打印

    截图
    0赞 · 0采集
  • qq_这家伙很懒什么都没写_0 2020-11-22

    simplexml_load_string()

    截图
    0赞 · 0采集
  • 久夏青 2020-04-02
    如果php版本较高时,则不要使用$GLOBALS['HTTP_RAW_POST_DATA']
    换成file_get_contents("php://input")



    截图
    0赞 · 0采集
  • 久夏青 2020-04-02
    验证token时,如果TP版本较高,接收微信传过来的参数时,
    使用当前TP版本接收参数的方式,如使用的TP5以上版本接收参数则为:
    $signature	= $request->param('signature');


    截图
    0赞 · 0采集
  • 大T 2020-02-25
    重點
    截图
    0赞 · 0采集
  • slongzhang 2019-01-20

    跟着老师代码无法多图文的原因(微信改了规则)

    https://img4.mukewang.com/5c448744000185b909430072.jpg

    0赞 · 0采集
  • slongzhang 2019-01-20

    微信模板空格问题,微信模板< ![CDATA[toUser] ]>这个有小概率会出现问题,记得去除<和!的空格(thinkphp5有这情况)https://img4.mukewang.com/5c4485ec000119ef10801920.jpg


    0赞 · 0采集
  • technoart 2019-01-07

    根据城市名查询天气接口

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    根据城市名查询天气接口

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    通过接口调用数据

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复消息类型

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    把具体业务逻辑封装成方法再调用

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    把多图文具体实现放在模型中

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    获取微信服务器地址,判断请求地址是否在微信服务器地址中,做安全校验

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    获取微信服务器ip地址

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    $url参数加上$appid和$appsecret,获取access_token

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    获取appid和appsecret

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    curl采集数据

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    微信开发者文档

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    access_token特性

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    多图文设置

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复单图文

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复单图文

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复中添加链接

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    纯文本回复

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    纯文本回复

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复响应消息

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    第一次接入api和后续接入api不同处理

    截图
    0赞 · 0采集
  • technoart 2019-01-07

    回复响应消息

    截图
    0赞 · 0采集
数据加载中...
开始学习 免费