diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-11 17:19:46 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-11 17:19:57 +0800 |
commit | fa426eee7abcb1a509b263585f4556f661a99d38 (patch) | |
tree | 8c407df60c15ca1847267b2d4302e6629f8006a9 /usecaseui-portal/src/app/mock/json | |
parent | 364ae06e60c429a92d33985ed6016159ab49d495 (diff) |
feat: add post and put mock method
Change-Id: Ibe85c6deacb9f38795f33a4379c33a891bb3ef28
Issue-ID: USECASEUI-306
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers.json | 6 | ||||
-rw-r--r-- | usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers_service-subscriptions.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers.json b/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers.json new file mode 100644 index 00000000..c014187e --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers.json @@ -0,0 +1,6 @@ +{ + "global-customer-id": "Democcy", + "subscriber-name": "Democcy", + "subscriber-type": "INFRA", + "resource-version": "1535601196964" +}
\ No newline at end of file diff --git a/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers_service-subscriptions.json b/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers_service-subscriptions.json new file mode 100644 index 00000000..c014187e --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/PUT_uui-lcm_customers_service-subscriptions.json @@ -0,0 +1,6 @@ +{ + "global-customer-id": "Democcy", + "subscriber-name": "Democcy", + "subscriber-type": "INFRA", + "resource-version": "1535601196964" +}
\ No newline at end of file |