package com.doumee.core.wx;
|
|
import com.doumee.biz.system.SystemDictDataBiz;
|
import com.doumee.dao.system.model.SystemUser;
|
import lombok.extern.slf4j.Slf4j;
|
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.stereotype.Service;
|
|
/**
|
* Created by IntelliJ IDEA.
|
*
|
* @Author : Rk
|
* @create 2022/12/7 17:27
|
*/
|
@Service
|
@Slf4j
|
public class SendWxMessage {
|
|
private static String programUrl = "packagesMine/meetingDetails/meetingDetails?id=";
|
|
@Autowired
|
private SystemDictDataBiz systemDictDataBiz;
|
|
}
|