Commit b4a8b4b9 authored by shajiaiming's avatar shajiaiming

中银汇率接口更新

parent 71f33ea2
......@@ -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