摘要:
$host = APP_DEV ? 'ecode.com' : 'ecode.yinuoinfo.com'; $uri = 'http://' . $host . '/ApiJsonTicket/sendticket'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $uri); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); ... 阅读全文
posted @ 2013-05-06 14:46
linksgo2011
阅读(115)
评论(0)
推荐(0)