Commit 4fa94cb5 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/ticker' into 'master'

中银汇率接口更新 See merge request !279
parents 1dc58ac0 b4a8b4b9
......@@ -53,7 +53,7 @@ class TickerController extends Controller
$response = $curl->setPostParams([
'erectDate' => '',
'nothing' => '',
'pjname' => $val->currency->pj_id
'pjname' => $val->currency->pj_name
])->post('https://srh.bankofchina.com/search/whpj/search_cn.jsp');
$response = iconv('UTF-8', 'GBK//TRANSLIT', $response);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment