1 Star 0 Fork 0

hantian/vmarry_cloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cloud.js 2.14 KB
一键复制 编辑 原始数据 按行查看 历史
hantian 提交于 2016-04-08 14:35 . 第一次部署以前的用一下
/*
* 云代码对外接口
*/
var AV = require('leanengine')
var order = require('./cloud/common/order');
var chat = require('./cloud/common/chat');
var other= require('./cloud/common/other');
var task = require('./cloud/common/task');
var test = require('./cloud/common/test');
/*******************订单处理相关接口**********************/
//AV.Cloud.define('applyOrder', order.applyOrder);
/*******************环信函数 *********************/
AV.Cloud.define('sendFriendApplyMsg', chat.sendFriendApplyMsg);
AV.Cloud.define('sendFriendApplyMsgShow', chat.sendFriendApplyMsgShow);
AV.Cloud.define('sendSweetApplyCMDMsg', chat.sendSweetApplyCMDMsg);
AV.Cloud.define('sendSweetApplyMsg', chat.sendSweetApplyMsg);
AV.Cloud.define('getHXToken', chat.getHXToken);
AV.Cloud.define('register', chat.register);
AV.Cloud.define('sendChatApplyMsg', chat.sendChatApplyMsg);
AV.Cloud.define('sendChatAgreeMsg', chat.sendChatAgreeMsg);
AV.Cloud.define('transferAccount', chat.transferAccount);
AV.Cloud.define('newTransferAccount', chat.newTransferAccount);
AV.Cloud.define('sendNewLikerMsg', chat.sendNewLikerMsg);
AV.Cloud.define('sendSysMsg', chat.sendSysMsg);
AV.Cloud.define('sendUpdateMsg', chat.sendUpdateMsg);
AV.Cloud.define('sendRecommendMsg', chat.sendRecommendMsg);
AV.Cloud.define('sendCallMsg', chat.sendCallMsg);
AV.Cloud.define('sendSysSms', chat.sendSysSms);
AV.Cloud.define('checkOnlineStatus', chat.checkOnlineStatus);
AV.Cloud.define('BalanceAccount', chat.BalanceAccount);
/******************其他功能函数 *********************/
AV.Cloud.define('likeUser', other.likeUser);
AV.Cloud.define('reportUser', other.reportUser);
AV.Cloud.define('complaintUser', other.complaintUser);
AV.Cloud.define('disLikeUser', other.disLikeUser);
//AV.Cloud.define('createAdmin', admin.createAdmin);
AV.Cloud.define('creatSubAvatar',other.creatSubAvatar);
AV.Cloud.define('getNetTime',other.getNetTime);
AV.Cloud.define('isHasTestOrder',other.isHasTestOrder);
/******************task *********************/
AV.Cloud.define('brokeSweet',task.brokeSweet);
/******************test *********************/
AV.Cloud.define('sendNoticeSms',test.sendNoticeSms);
module.exports = AV.Cloud;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hantian/vmarry_cloud.git
git@gitee.com:hantian/vmarry_cloud.git
hantian
vmarry_cloud
vmarry_cloud
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385