| | |
| | | import com.fzzy.igds.app.v1.data.PhoneResponse; |
| | | import com.fzzy.igds.app.v1.manager.PhoneManager; |
| | | import com.fzzy.igds.app.v1.util.PhoneRespUtil; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | * @Description: |
| | | * @DateTime: 2026-1-14 11:45 |
| | | **/ |
| | | @Slf4j |
| | | @Controller |
| | | @RequestMapping("api/phone/v1") |
| | | public class PhoneController { |
| | |
| | | result = phoneManager.execute(req, phone35AuthUser); |
| | | |
| | | } catch (Exception e) { |
| | | log.error("==============APP报错:{}==============", e.getMessage()); |
| | | result = PhoneRespUtil.error(RespCodeEnum.CODE_1111, |
| | | "后端异常:" + e.getMessage()); |
| | | } |
| | |
| | | |
| | | return phoneManager.phoneUploadImg(files[0], req); |
| | | } |
| | | |
| | | /** |
| | | * 值仓上传 |
| | | * |