| | |
| | | json.put("earnMoney", earnMoney);
|
| | |
|
| | | json.put("tearcherTip", "我是你的导师,为你在省赚过程中解难答疑,对你一对一辅导,倾听你的需求总结并反馈给板栗快省官方运营团队,快来添加我吧。");
|
| | | json.put("tearcherWX", userVipConfigService.getValueByKey("tearcher_weixin_num"));
|
| | | |
| | | |
| | | String tearcherWX = "";
|
| | | String wxs = userVipConfigService.getValueByKey("tearcher_weixin_num");
|
| | | if (!StringUtil.isNullOrEmpty(wxs)) {
|
| | | String[] array = wxs.split(",");
|
| | | if (array != null && array.length > 0) {
|
| | | int pos = (int) (Math.random() * array.length);
|
| | | tearcherWX = array[pos];
|
| | | }
|
| | | }
|
| | | |
| | | json.put("tearcherWX", tearcherWX);
|
| | | json.put("newerGongLue", configService.get(ConfigKeyEnum.newerGonglue.getKey()));
|
| | |
|
| | | // 已完成
|