sgj
7 天以前 22a4f2b58fa1baa233e621d1406df456b516b4b1
fzzy-igdss-inte/src/main/java/com/fzzy/igds/app/v1/controller/PhoneController.java
@@ -7,6 +7,7 @@
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;
@@ -23,6 +24,7 @@
 * @Description:
 * @DateTime: 2026-1-14 11:45
 **/
@Slf4j
@Controller
@RequestMapping("api/phone/v1")
public class PhoneController {
@@ -94,6 +96,7 @@
            result = phoneManager.execute(req, phone35AuthUser);
        } catch (Exception e) {
            log.error("==============APP报错:{}==============", e.getMessage());
            result = PhoneRespUtil.error(RespCodeEnum.CODE_1111,
                    "后端异常:" + e.getMessage());
        }
@@ -117,6 +120,7 @@
        return phoneManager.phoneUploadImg(files[0], req);
    }
    /**
     * 值仓上传
     *