Commit 08242bfa authored by fuyunnan's avatar fuyunnan

数据中心 汇率接口

parent 73c9f347
...@@ -23,5 +23,16 @@ interface DatacenterServiceInterface ...@@ -23,5 +23,16 @@ interface DatacenterServiceInterface
public function getCurrencyRate($currencyId, $field = ['id', 'currency_id', 'rate_val']): array; public function getCurrencyRate($currencyId, $field = ['id', 'currency_id', 'rate_val']): array;
/**
* description:获取国家汇率 默认取最新一个汇率值
* author: fuyunnan
* @param array $currencyIds 货币ids
* @param array $field 字段
* @return array
* @throws
* Date: 2020/8/11
*/
public function getCurrencyListRate($currencyIds, $field = ['id', 'currency_id', 'rate_val']): array;
} }
\ No newline at end of file
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