|
@@ -60,12 +60,14 @@ module.exports = appInfo => {
|
|
|
config.sendDirMq = 'http://wx.cc-lotus.info/api.weixin.qq.com/cgi-bin/message/template/send?appid=';
|
|
|
// appID
|
|
|
config.appid = 'wxdf3ed83c095be97a';
|
|
|
+ config.REVIEW_TEMPLATE_ID = 'BI4h0AQpdctm74I7-7PyHAspSMX2oJOTJVQsgrppOag';
|
|
|
+ config.JOBS_TEMPLATE_ID = 'DLNlkgXVWgWU7cO6pZjpqQiFu0CgWXTPHooJ08d_-xU';
|
|
|
// base路径
|
|
|
config.baseDirMq = 'http://smart.cc-lotus.info';
|
|
|
// 企业信息url
|
|
|
config.corpsDirMq = '/api/corp/corps/';
|
|
|
// 学生信息url
|
|
|
- config.stusDirMq = '/api/studentcorp';
|
|
|
+ config.stusDirMq = '/api/jobs/studentcorp';
|
|
|
// 学生详细信息
|
|
|
config.strDirMq = '/api/stud/registers/';
|
|
|
|