package com.example.demo.user.service; public interface ValidateCodeService { Integer send4Order(String phone); }