diff --git a/app/api/services/myproduct.py b/app/api/services/myproduct.py index 11a46b5..9d08833 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -135,7 +135,7 @@ class MyProductsService(BaseService): # Simulate processing response_data = { "myproduct": myproduct_data, - "member_id": 1, + "member_id": member_id, "uid": uid, }