You've already forked FrameTour-BE
生成bindFace小程序码
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user