| | |
| | | |
| | | private static final String DEFAULT_APP_PAGE = "pages/index"; |
| | | |
| | | @PostConstruct |
| | | // @PostConstruct |
| | | public void init() { |
| | | GtApiConfiguration config = new GtApiConfiguration(); |
| | | config.setAppId(getuiConfig.getAppId()); |
| | |
| | | /** |
| | | * 发送回访提醒 |
| | | */ |
| | | public void sendReturnVisitReminder(Long returnVisitId, String cid, String content, Integer customerId) { |
| | | public void sendReturnVisitReminder(Long returnVisitId, String cid, String content, Long customerId) { |
| | | String targetPath = "pages/cooperativeOffice/customerManage/detail?customerId=" + customerId; |
| | | sendRoutingPush(returnVisitId, cid, "客户回访提醒", content, targetPath, false); |
| | | } |
| | |
| | | pushChannel.setAndroid(androidDTO); |
| | | return pushChannel; |
| | | } |
| | | } |
| | | } |