package com.ld.igds.phone35.service.impl; import com.alibaba.fastjson.JSONObject; import com.ld.igds.phone35.constant.Phone35Constant; import com.ld.igds.phone35.dto.Phone35AuthUser; import com.ld.igds.phone35.dto.PhoneResponse; import com.ld.igds.phone35.param.Phone35Request; import com.ld.igds.phone35.service.Phone35Service; import org.springframework.stereotype.Service; /** * 门禁记录 * * @Author:YAN */ @Service public class Phone35ServiceImpl5608 implements Phone35Service { @Override public String getInterfaceId() { return Phone35Constant.API_PHONE_5608; } @Override public PhoneResponse execute(Phone35Request req, Phone35AuthUser phone35AuthUser) throws Exception { //todo -门禁记录 return null; } }