摘要:
PHP 服务器端代码,首先要确 php的 curl 和 SSL (open_ssl)这两个模块开启,可以在 php.ini 中去掉 这两个dll前面的分号。<?php //服务器二次验证代码 function getReceiptData($receipt, $isSandbox = false) { if ($isSandbox) { $endpoint = 'https://sandbox.itunes.apple.com/verifyReceipt'; } else {... 阅读全文
posted @ 2011-12-05 18:15
andriod2012
阅读(534)
评论(0)
推荐(0)