gpt4 book ai didi

node.js - StrongLoop:隐藏方法 updateAttributes()

转载 作者:太空宇宙 更新时间:2023-11-04 02:58:24 25 4
gpt4 key购买 nike

我已经设法使用我从 documentation 改编的代码从我的 REST API 中取出一些预定义的方法。 :

var app = require('../app');
var News = app.models.News;

News.create.shared = false;
News.upsert.shared = false;
News.deleteById.shared = false;

但是,当我尝试隐藏 updateAttributes() 预定义方法时,相同的代码会中断。有谁知道这是怎么回事吗?

最佳答案

你应该这样做:

News.prototype.updateAttributes.shared = false;

关于node.js - StrongLoop:隐藏方法 updateAttributes(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24124534/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com