-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy pathconfig.json
33 lines (33 loc) · 1.11 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"services":[
{"name":"msgprocess","run":1},
{"name":"alimama","run":1},
{"name":"wechat","run":0}
],
"routing":{
"init":"init",
"welogin":"wechat.login",
"tblogin":"alimama.login",
"wechecklogin":"wechat.checklogin",
"tbchecklogin":"alimama.checklogin",
"msgprocess":"msgprocess.msgprocess",
"wenotify":"wechat.notify",
"wegetusername":"wechat.getusername",
"tbsearch":"alimama.search",
"settuiguang":"alimama.settuiguang",
"reverse":"reverse",
"getservice":"getservice",
"msgreturn":"msgreturn",
"reboot":"reboot",
"sendfilemsg":"wechat.sendfilemsg",
"sendtextmsg":"wechat.sendtextmsg",
"setremark":"wechat.setremark",
"getuserdata":"msgprocess.getuserdata",
"getorderdata":"msgprocess.getorderdata",
"setwechatuser":"msgprocess.setwechatuser",
"getwechatuser":"wechat.getwechatuser",
"parsexls":"msgprocess.parsexls",
"getordernum":"alimama.getordernum",
"initcontact":"msgprocess.initcontact"
}
}