From dfe82e2ec91671d419f2d8af66764fa4c4d3406e Mon Sep 17 00:00:00 2001 From: Bryan Guo Date: Fri, 22 Mar 2019 17:32:44 +0800 Subject: Fix bugs in BBS DGs Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I7e3891a25baf3864368a281165da70999313d6ce Signed-off-by: Gxxxx Former-commit-id: b29c2cdabddc4b982b597fa9cc7d845f0d0b403a --- .../restapi-templates/src/main/json/bbs-internet-profile-operation.json | 2 +- platform-logic/restapi-templates/src/main/json/bbs-token-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates') diff --git a/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json b/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json index 3ad3a9c5..31d59ead 100644 --- a/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json +++ b/platform-logic/restapi-templates/src/main/json/bbs-internet-profile-operation.json @@ -1,5 +1,5 @@ { - "service-id":${prop.bbs.service-id}, + "service_id":${prop.bbs.service_id}, "access_id":${prop.bbs.access_id}, "ont_sn":${prop.bbs.ont_sn}, "service_type":${prop.bbs.service_type}, diff --git a/platform-logic/restapi-templates/src/main/json/bbs-token-template.json b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json index d2526713..9fec06b3 100644 --- a/platform-logic/restapi-templates/src/main/json/bbs-token-template.json +++ b/platform-logic/restapi-templates/src/main/json/bbs-token-template.json @@ -1,5 +1,5 @@ { -"userName":"tokenUser", +"userName":"swisscom", "grantType":"password", "value":"Test_12345" } -- cgit 1.2.3-korg