摘要:1.创建API应用 APIs Console https://code.google.com/apis/console 需要用谷歌开发者账号登陆,该账号要和发布谷歌应用申请谷歌应用的那个账号相同,才能把这个创建的project和游戏应用绑定上(绑定需要手动操作) 绑定项目 在 https://pla
阅读全文
文章分类 - php
摘要:1.创建API应用 APIs Console https://code.google.com/apis/console 需要用谷歌开发者账号登陆,该账号要和发布谷歌应用申请谷歌应用的那个账号相同,才能把这个创建的project和游戏应用绑定上(绑定需要手动操作) 绑定项目 在 https://pla
阅读全文
摘要:<?php /* * php模拟post提交[三种方式] */ $remote_sever = 'http://www.test.com/data.php'; //curl other $remote_path = '/data.php';//curl other $remote_sever = '
阅读全文
|