mitao
2025-03-13 86df207c37502cce1b2043e1c7c0486459eef1d6
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/UnionDoorApi.java
@@ -27,7 +27,7 @@
     */
    @GetMapping("/openDoorByPhone")
    @ApiOperation("(二期)用户开门(通过电话)(主花城e+使用)")
    public R openDoorByPhone(@RequestParam(value = "qRCode") String qRCode, @RequestParam(value = "qRCode") String phone) throws Exception {
    public R openDoorByPhone(@RequestParam(value = "qRCode") String qRCode, @RequestParam(value = "phone") String phone) throws Exception {
        return unionDoorUtil.openDoorByPhone(qRCode, phone);
    }