<?php
class okex
/*** @title 獲取某幣最新幣價
* @description 獲取幣安的某幣最新**
* @author 開發者
* @url /api/binance/get_common_symbols
* @method get
** @param $symbol string 例:btcusdt
*/// 獲取某個ticker資訊
public function getspecificticker()
/*** 請求
*/// 獲取ios格式時間戳
// 頭資訊
curl_setopt($ch, curlopt_header, true);
$return = curl_exec($ch);
$headersize = curl_getinfo($ch, curlinfo_header_size);
$headertotal = strlen($return);
$bodysize = $headertotal - $headersize;
$res = substr($return, $headersize, $bodysize);
return $res;
}}
注:由於介面需在外網測試,建議採用外網伺服器 迴圈中呼叫非同步介面獲取資料
整體思路就是 先存陣列,然後迴圈生成每乙個promise,然後用promise.all來呼叫,then的時候返回的是乙個結果陣列。1 首先定義迴圈裡的非同步請求 getinfo item index then res 2 newslist為開始介面獲取的新聞列表,對新聞列表進行迴圈,得到乙個prom...
WebService介面的倆種呼叫方式
第一種 使用 org.apache.axis.client.call public string call string opername,string endpoint,string paras,object values throws serviceexception,remoteexcepti...
函式 呼叫開放介面獲取天氣預報
呼叫開放介面 不需要申請key的那種 coding utf 8 import requests,json 功能 呼叫開放介面,返回相應json資料 def invocatei iurl,iparams packiparams json.dumps iparams 把dict轉為json rps re...