From e53295bc15043f9d343897f3c8a4b6848cdf0c44 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 5 Dec 2019 00:29:23 +0800 Subject: feat:Add progress interface query of slicing business page Change-Id: I8a974d5fa75546a937ad9755a33dee75374fb59d Issue-ID: USECASEUI-352 Signed-off-by: cyuamber --- .../src/app/mock/json/slicing_business_activate.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 usecaseui-portal/src/app/mock/json/slicing_business_activate.json (limited to 'usecaseui-portal/src/app/mock/json/slicing_business_activate.json') diff --git a/usecaseui-portal/src/app/mock/json/slicing_business_activate.json b/usecaseui-portal/src/app/mock/json/slicing_business_activate.json new file mode 100644 index 00000000..988577bf --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/slicing_business_activate.json @@ -0,0 +1,9 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service has been activated." + }, + "result_body": { + "operation_id": "123456" + } +} \ No newline at end of file -- cgit 1.2.3-korg