diff options
author | Bryan Guo <guofengbei@huawei.com> | 2019-03-22 17:32:44 +0800 |
---|---|---|
committer | Gxxxx <guofengbei@huawei.com> | 2019-03-22 17:32:58 +0800 |
commit | dfe82e2ec91671d419f2d8af66764fa4c4d3406e (patch) | |
tree | 54be926fa2d1cdd31a3aa7439baec0ff90998fc5 /platform-logic/restapi-templates/src/main/json/bbs-token-template.json | |
parent | 5b76e35d9e435241cbf991ec0ad3ad49d178c06c (diff) |
Fix bugs in BBS DGs
Issue-ID: SDNC-698,SDNC-699,SDNC-700
Change-Id: I7e3891a25baf3864368a281165da70999313d6ce
Signed-off-by: Gxxxx <guofengbei@huawei.com>
Former-commit-id: b29c2cdabddc4b982b597fa9cc7d845f0d0b403a
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/bbs-token-template.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/bbs-token-template.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |