生成bindFace小程序码

This commit is contained in:
2025-07-29 14:09:34 +08:00
parent 91867300ed
commit c97c680ca9
3 changed files with 35 additions and 0 deletions

View File

@@ -177,6 +177,10 @@ public class AioDeviceController {
return ApiResponse.success(false);
}
}
@GetMapping("/face/{faceId}/bindWxaCode")
public ApiResponse<String> bindWxaCode(@PathVariable Long faceId) {
return ApiResponse.success(faceService.bindWxaCode(faceId));
}
// 照片商品列表
@GetMapping("/{faceId}/photo")
public ApiResponse<List<GoodsDetailVO>> sourceGoodsList(@PathVariable Long faceId) {