|
@@ -28,6 +28,27 @@ import com.lemon.lifecenter.dto.PushDTO;
|
|
import com.lemon.lifecenter.service.PatientService;
|
|
import com.lemon.lifecenter.service.PatientService;
|
|
import com.lemon.lifecenter.service.PushService;
|
|
import com.lemon.lifecenter.service.PushService;
|
|
|
|
|
|
|
|
+
|
|
|
|
+/**
|
|
|
|
+ * 발송리스트
|
|
|
|
+ * send_type
|
|
|
|
+ * D : 즉시
|
|
|
|
+ * R : 예약
|
|
|
|
+ * E : 매일
|
|
|
|
+ *
|
|
|
|
+ * send_state
|
|
|
|
+ * W : 대기
|
|
|
|
+ * I : 발송중
|
|
|
|
+ * C : 발송완료
|
|
|
|
+ *
|
|
|
|
+ * 발송 대상자
|
|
|
|
+ * state
|
|
|
|
+ * S : 성공
|
|
|
|
+ * F : 실패
|
|
|
|
+ * W : 대기
|
|
|
|
+ * @author songjunekeun
|
|
|
|
+ *
|
|
|
|
+ */
|
|
@Controller
|
|
@Controller
|
|
@RequestMapping( "/push" )
|
|
@RequestMapping( "/push" )
|
|
public class PushController extends LifeCenterController {
|
|
public class PushController extends LifeCenterController {
|