如何使用C#实现格子

时间:2019-06-26 14:52:05

标签: c# plaid

我使用的是Ackara / Plaid.NET(https://github.com/Ackara/Plaid.NET),但是由于缺乏文档,我一直坚持如何获取路由编号和帐户编号。

有人愿意用.Net实现Plaid吗?

试图使用下面的代码,但是没有用

> df2
     x       y            z            
[1,] "one"   "two"        "three"      
[2,] "one"   "four"       "three (foo)"
[3,] "three" "four (foo)" "three (foo)"
> 

抱歉,当我说这行不通时,我应该更具体一些。这是我收到的错误消息,但我对如何使其工作迷失了方向。 错误消息:enter image description here

1 个答案:

答案 0 :(得分:0)

您正在传递一个字符串作为AccountId。 AccountID是一个字符串数组。我更改了以下行,它对我有用。

AccountIds = new string[] { "xxxxxxxxxxx" }