moved cache point
This commit is contained in:
@@ -386,9 +386,6 @@ class BaseService:
|
|||||||
# "product_id": product_id,
|
# "product_id": product_id,
|
||||||
}
|
}
|
||||||
|
|
||||||
cacheId = str(provision_uid).replace("-", "")
|
|
||||||
BaseService.write_cache_data("WEB_IMAGE",cacheId, response_data)
|
|
||||||
|
|
||||||
return response_data
|
return response_data
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
@@ -884,6 +884,9 @@ class MyProductsService(BaseService):
|
|||||||
"template_images": template_images
|
"template_images": template_images
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cacheId = str(product_subscription_uid).replace("-", "")
|
||||||
|
BaseService.write_cache_data("WEB_CONFIGURE", cacheId, response_data)
|
||||||
|
|
||||||
return ResponseHelper.success(data=response_data)
|
return ResponseHelper.success(data=response_data)
|
||||||
|
|
||||||
except ValidationError as err:
|
except ValidationError as err:
|
||||||
|
|||||||
Reference in New Issue
Block a user