Commit 502310ff authored by shajiaiming's avatar shajiaiming

fix

parent b4a8b4b9
...@@ -60,7 +60,7 @@ class Boc extends Exchange implements ExchangeInterface ...@@ -60,7 +60,7 @@ class Boc extends Exchange implements ExchangeInterface
$response = $curl->setPostParams([ $response = $curl->setPostParams([
'erectDate' => '', 'erectDate' => '',
'nothing' => '', 'nothing' => '',
'pjname' => 1323 'pjname' => '日元'
])->post('https://srh.bankofchina.com/search/whpj/search_cn.jsp'); ])->post('https://srh.bankofchina.com/search/whpj/search_cn.jsp');
$response = iconv('UTF-8', 'GBK//TRANSLIT', $response); $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