email test
This commit is contained in:
@@ -1023,6 +1023,15 @@ function createPayStationToken(){
|
||||
}
|
||||
}
|
||||
|
||||
/**资金汇率
|
||||
* @return void
|
||||
*/
|
||||
function prin($usd){
|
||||
$res = myGet("https://v6.exchangerate-api.com/v6/575c78ea6173243d6c366814/latest/USD");
|
||||
$re = object_to_array(json_decode($res));
|
||||
return $usd*$re["conversion_rates"]['NZD'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user