Commit 931fbcf0 authored by shajiaiming's avatar shajiaiming

add new coin

parent 03d417cb
......@@ -65,6 +65,16 @@ class ExchangeBusiness
return $quotation;
}
if(strtoupper($tag) == 'CPF'){
$quotation = [
'low' => 3.4,
'high' => 3.4,
'last' => 3.4,
'rmb' => 3.4,
];
return $quotation;
}
if(in_array($tag,$coin_quotation_disable_items)){
return false;
}
......
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