diff options
author | liuwh7 <liuwh7@asiainfo.com> | 2021-03-12 10:40:27 +0800 |
---|---|---|
committer | liuwh7 <liuwh7@asiainfo.com> | 2021-03-12 10:42:34 +0800 |
commit | 1081d5ec761a7785cac40a1834944eaf109fe0f2 (patch) | |
tree | 3dccd00781d837226bc7826beadb5ca3a87ed916 /usecaseui-portal/src/app/mock/json | |
parent | 505b2d992907ee88473ca038449c388aa99f37d8 (diff) |
fix: add eror tip and mock data
Change-Id: Ib80f8b0fb9e57e7f3271c498fa4669c98aa32db1
Signed-off-by: liuwh7 <liuwh7@asiainfo.com>
Issue-ID: USECASEUI-525
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/POST_intent_predict.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/POST_intent_predict.json b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json new file mode 100644 index 00000000..a0ccf863 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json @@ -0,0 +1,10 @@ +{ + "maxNumberofUEs": "10", + "latency": "10", + "name": "exclusive slicing service", + "uEMobilityLevel": "stationary", + "expDataRateUL": "1000", + "expDataRateDL": "1000", + "resourceSharingLevel": "non-shared", + "coverageArea": "Beijing Beijing Haiding Wanshoulu" +}
\ No newline at end of file |