Commit 55fb6789 authored by gongyuanbiao's avatar gongyuanbiao

汇率

parent 7851252a
...@@ -18,4 +18,13 @@ interface RateServiceInterface ...@@ -18,4 +18,13 @@ interface RateServiceInterface
*/ */
public function getRateByCurrencyCode(array $codes, array $month = []); public function getRateByCurrencyCode(array $codes, array $month = []);
/**
* 根据币种代码currency_code获取最新 对应的汇率列表
* @param array $codes currency_code币种代码数组
* @param array $month month月份数组
* @return array
* @author Zero
*/
public function getRateList(array $codes=[], array $month = []);
} }
\ 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