diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-10 15:25:16 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-09-10 07:46:08 +0000 |
commit | bf21900f3e8e48b14ed82fa48a098effd9652594 (patch) | |
tree | fd1146b49ac7d4ec0609d8b5fb1e4747df3da4ea /usecaseui-portal/src/app/mock/json/nsd_content.json | |
parent | 84cbc5952d84789ca612602794c37b7205c83ac1 (diff) |
feat: add local mock data for the onboard page
Change-Id: Ie1edacb4e20712e4af03d9bff0a4f0dc53911331
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/nsd_content.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/nsd_content.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/nsd_content.json b/usecaseui-portal/src/app/mock/json/nsd_content.json new file mode 100644 index 00000000..3281d222 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/nsd_content.json @@ -0,0 +1,5 @@ +{
+ "status": "200",
+ "statusDescription": "success",
+ "errorCode": "1"
+}
|