Commit 10d396f1 authored by gongyuanbiao's avatar gongyuanbiao

rate

parent 56745d9b
<?php
namespace Meibuyu\Rpc\Service\Interfaces\DatacenterNew;
interface RateServiceInterface
{
/**
* 根据币种代码currency_code获取最新 对应的汇率
* @param array $codes currency_code币种代码数组
* @param array $month month月份数组
* @return array
* @author Zero
*/
public function getRateByCurrencyCode(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