From 45d39bb5ca4499dc899e2053d9879f82498be987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=91=E7=BB=9C=E8=9B=8B=E8=9B=8B?= <111422386+wangluodandan@users.noreply.github.com> Date: Wed, 17 Aug 2022 20:41:40 +0800 Subject: [PATCH] Update data_service.js --- cloudfunctions/cloud/project/service/data_service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudfunctions/cloud/project/service/data_service.js b/cloudfunctions/cloud/project/service/data_service.js index aa7285b..588f17c 100644 --- a/cloudfunctions/cloud/project/service/data_service.js +++ b/cloudfunctions/cloud/project/service/data_service.js @@ -1,5 +1,5 @@ /** - * Notes: 各种数据操作业务逻辑 + * Notes: 各种数据操 作业务逻辑 * Ver : CCMiniCloud Framework 2.0.1 ALL RIGHTS RESERVED BY cclinux@qq.com * Date: 2021-03-01 07:48:00 */ @@ -126,4 +126,4 @@ class DataService extends BaseService { } } -module.exports = DataService; \ No newline at end of file +module.exports = DataService;