我是看了这篇文章,想学通过 php 进行登陆微信网页版,文章:https://blog.csdn.net/thmail/article/details/73839584
卡在了第五步,POST 方式提交一个 json 数据组合到一个接口:https://wx2.qq.com/cgi-bin/mmwebwx-bin/webwxinit
有人研究过 php 操作微信吗?
1
justdoit920823 2018-06-01 18:11:57 +08:00
|
2
TANKING OP @justdoit920823 不懂 py 哎,只会 php
|
3
mingyun 2018-06-02 10:03:26 +08:00
curl 设置 content-type:json 提交 json 就行
|