diff --git "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\346\223\215\344\275\234\346\214\207\345\215\227/\346\225\260\346\215\256\346\272\220\344\270\216\346\225\260\346\215\256\347\256\241\347\220\206/\346\225\260\346\215\256\346\250\241\345\236\213/\344\275\277\347\224\250\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\346\250\241\345\236\213.md" "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\346\223\215\344\275\234\346\214\207\345\215\227/\346\225\260\346\215\256\346\272\220\344\270\216\346\225\260\346\215\256\347\256\241\347\220\206/\346\225\260\346\215\256\346\250\241\345\236\213/\344\275\277\347\224\250\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\346\250\241\345\236\213.md" index a3f19f7ce312..c174ac23ad81 100644 --- "a/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\346\223\215\344\275\234\346\214\207\345\215\227/\346\225\260\346\215\256\346\272\220\344\270\216\346\225\260\346\215\256\347\256\241\347\220\206/\346\225\260\346\215\256\346\250\241\345\236\213/\344\275\277\347\224\250\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\346\250\241\345\236\213.md" +++ "b/product/\347\247\273\345\212\250\344\270\216\351\200\232\344\277\241/\344\272\221\345\274\200\345\217\221\344\275\216\344\273\243\347\240\201\345\271\263\345\217\260/\346\223\215\344\275\234\346\214\207\345\215\227/\346\225\260\346\215\256\346\272\220\344\270\216\346\225\260\346\215\256\347\256\241\347\220\206/\346\225\260\346\215\256\346\250\241\345\236\213/\344\275\277\347\224\250\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\346\250\241\345\236\213.md" @@ -19,7 +19,7 @@ ::: js export default async function({event, data}) { - const result = await app.cloud.callModel({ + const result = await app.cloud.callDataSource({ name: 'bzsjmxsl_ho50gz8', // 数据模型标识 methodName: 'wedaCreate', // 数据模型方法 params: { // 数据模型方法入参 @@ -43,7 +43,7 @@ export default async function({event, data}) { ::: js module.exports = async function (params, context) { - const result = await context.callModel({ + const result = await context.callDataSource({ name: 'bzsjmxsl_ho50gz8', methodName: 'wedaCreate', params: { // 数据模型方法入参