feat(erp): 添加 ik3cloud 模块并实现获取汇率功能
- 在 erp 服务中注册 ik3cloud 服务 - 创建 ik3cloud 结构体和服务接口 - 实现 GetCurrencyRate 方法用于获取指定货币的汇率 - 添加 ArgsGetCurrencyRate 参数结构体定义 - 集成客户端调用逻辑以支持远程服务调用
This commit is contained in:
@@ -19,4 +19,5 @@ type Erp struct {
|
||||
Expense expense
|
||||
Request request
|
||||
Dict dict
|
||||
Ik3cloud ik3cloud
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user