feat(B批收尾): B1门禁可信/B7-1菜单环防护/B2空值守卫/B7-2分页/B7-3字段清洗/B3空态/B4索引key/B5-3 comment三集合选A新建schema(漂移清零)/B6清理+admin配置+changelog

This commit is contained in:
12914
2026-09-12 14:14:42 +08:00
parent e408cd0a3e
commit c80c5977f7
79 changed files with 18538 additions and 16777 deletions
@@ -1,12 +1,13 @@
const db = uniCloud.database();
const _ = db.command;
module.exports = {
_before: function () { // 通用预处理器
},
async admin_add(query) {
// const {} = query;
console.log(query)
return {code:200};
}
}
'use strict';
module.exports = {
_before: function () {},
async admin_add(query) {
// 保留接口名称以兼容既有调用方,但当前云对象没有对应的数据写入实现。
return {
errCode: 'admin-cms-method-not-implemented',
errMsg: 'admin_add未实现,未写入任何数据'
};
}
};