caidaofff 最近的时间轴更新
caidaofff

caidaofff

V2EX 第 199285 号会员,加入于 2016-10-31 22:16:35 +08:00
caidaofff 最近回复了
2017-11-08 22:38:20 +08:00
回复了 jojo9090o 创建的主题 酷工作 [急聘] [百度] 视觉搜索业务 PHP 研发工程师
@Asshasahole
@hugee
楼上两位好像知道点什么?
2017-10-25 13:58:22 +08:00
回复了 LeanCloud 创建的主题 推广 # 如何一句话惹毛程序员?# 留言领取关爱程序员 T 恤
这个项目模块的源码你能看懂不----一个购物车页面
其实一楼已经说的很清楚了,我这个是具体写法,随手写的,错误自检哈
public function getOpenId(){
//$url = 'https://api.weixin.qq.com/sns/oauth2/access_token?appid=APPID&secret=SECRET&code=CODE&grant_type=authorization_code ';
$code =$_GET['code'];
if(empty($code)){
die;
}
$appId = 'wx1234123412341234';
$secret = '3434212331234123235345';
$s = 'CODE';
$result = file_get_contents('https://api.weixin.qq.com/sns/oauth2/access_token?appid='.$appId.'&secret='.$secret.'&code='.$code.'&grant_type=authorization_code');
这个扔后端,前端 js 将 code 送进来,返回的就是 access_token
2017-05-21 10:06:00 +08:00
回复了 Andor_Chen 创建的主题 Python 送几本《流畅的 Python 》
正在学习 python,没抽中也会买一本
2017-04-01 15:17:46 +08:00
回复了 QcloudCommunity 创建的主题 推广 愚人节,程序员是怎么整蛊朋友的?
我觉得我要中
2017-03-31 14:56:48 +08:00
回复了 ijiami 创建的主题 推广 程序员,你亮了!(有福利,手慢无)
我要小恐龙
@qwwind 觉得没必要,会手疼。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3787 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 00:59 · PVG 08:59 · LAX 17:59 · JFK 20:59
Developed with CodeLauncher
♥ Do have faith in what you're doing.