lidongdong
2024-07-15 ed9e98f6b71bf662c045fd8e24d6ac254f624051
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);
    }