我有一个插件curl -H "Authorization: Bearer XXXXX-YYYYY" --data "instrument=EUR_USD&units=1&side=buy&type=limit&expiry=2016-04-01&price=1.0" https://api-fxtrade.oanda.com/v1/accounts/<Acc Number>/orders
{
"code" : 1,
"message" : "Invalid or malformed argument: expiry",
"moreInfo" : "http:\/\/developer.oanda.com\/docs\/v1\/troubleshooting\/#errors"
}
,我想将它添加到MobileFirst应用中,但我很难这样做。
我尝试过但没有工作的事情:
有谁知道在MobileFirst中添加真正有效的插件的真正方法?
答案 0 :(得分:0)
如果您有要打开的PDF的完整文件系统路径或URL,则可以使用var path = "file:// or http://"
window.open(path, "_blank", "location=yes,hidden=no,closebuttoncaption=Close");
来执行此操作。例如:
{{1}}