| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.core.annotation.Java110Cmd; |
| | | import com.java110.core.context.ICmdDataFlowContext; |
| | | import com.java110.core.event.cmd.AbstractServiceCmdListener; |
| | | import com.java110.core.event.cmd.Cmd; |
| | | import com.java110.core.event.cmd.CmdEvent; |
| | | import com.java110.core.factory.AuthenticationFactory; |
| | | import com.java110.core.factory.GenerateCodeFactory; |
| | |
| | | * 保存编码映射处理类 |
| | | */ |
| | | @Java110Cmd(serviceCode = "login.pcUserLogin") |
| | | public class PcUserLoginCmd extends AbstractServiceCmdListener { |
| | | public class PcUserLoginCmd extends Cmd { |
| | | private final static Logger logger = LoggerFactory.getLogger(PcUserLoginCmd.class); |
| | | @Autowired |
| | | private IUserLoginInnerServiceSMO userLoginInnerServiceSMOImpl; |