light-bridge
Version:
LightBridge ===========
16 lines (11 loc) • 415 B
JavaScript
/**
* @file 常量定义类
* @author r2space@gmail.com
*/
;
exports.WECHAT_URL = "https://qyapi.weixin.qq.com/cgi-bin";
exports.DATABASE = "LightDB";
exports.COLLECTION_NOTICE = "notices";
exports.TAG_PUSH = "light.push";
exports.BAIDU_PUSH_URL = "http://channel.api.duapp.com/rest/2.0/channel/channel"
exports.GETUI_PUSH_URL = "http://sdk.open.api.igexin.com/apiex.htm"