码迷,mamicode.com
首页 > Windows程序 > 详细

cdnbest的proxy里api用法案例:

时间:2018-06-14 18:26:27      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:案例   json   vhost   php   nsa   帐号   .com   str   url   

用户的proxy帐号里api key要设置好,那个key设置后是不显示的,但会显示已设置

key是自已随便生成的

$uid = 22222;
                $skey = ‘langansafe&*#‘;
                $time = time();
                $vhost = ‘liuwei‘;
                $data = array(
                                ‘uid‘=>$uid,
                                ‘t‘=>$time,
                                ‘skey‘=>$skey,
                                ‘vhost‘=>$vhost,
                                ‘sign‘=>md5(md5($uid.$skey).$time),
                );
                $url = "https://www.test.com/api2/site/index.php/token";
                $str = $this->curl($url,$data);
                $re = json_decode($str,true);
                return $re;

 

cdnbest的proxy里api用法案例:

标签:案例   json   vhost   php   nsa   帐号   .com   str   url   

原文地址:https://www.cnblogs.com/kangleweb/p/9183232.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!