From: 刘洪青 Date: Fri, 31 Dec 2021 02:49:53 +0000 (+0800) Subject: fix: 修正文档错误 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=cfb44b239a620e45428122a8cc0e1e554dd47298;p=institute%2Fdeploy-authx-service.git fix: 修正文档错误 --- diff --git "a/docs/\344\272\247\345\223\201\351\203\250\347\275\262\344\271\213\344\270\255\345\217\260\346\234\215\345\212\241\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\347\233\270\345\205\263\346\216\245\345\217\243\347\232\204\350\257\264\346\230\216.md" "b/docs/\344\272\247\345\223\201\351\203\250\347\275\262\344\271\213\344\270\255\345\217\260\346\234\215\345\212\241\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\347\233\270\345\205\263\346\216\245\345\217\243\347\232\204\350\257\264\346\230\216.md" index 44c2def..a124d80 100644 --- "a/docs/\344\272\247\345\223\201\351\203\250\347\275\262\344\271\213\344\270\255\345\217\260\346\234\215\345\212\241\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\347\233\270\345\205\263\346\216\245\345\217\243\347\232\204\350\257\264\346\230\216.md" +++ "b/docs/\344\272\247\345\223\201\351\203\250\347\275\262\344\271\213\344\270\255\345\217\260\346\234\215\345\212\241\345\257\271\346\216\245\346\225\260\346\215\256\345\210\235\345\247\213\345\214\226\347\233\270\345\205\263\346\216\245\345\217\243\347\232\204\350\257\264\346\230\216.md" @@ -532,10 +532,14 @@ curl -i -s -X POST \ curl -i -s -X POST \ -H 'Content-Type: application/json' \ -d '{ + "roleCodeIdMap": { + "example-admin": "0", + "example-admin-1": "0-1" + }, "rolePermissionList": [ { - "roleCode":"example-admin", + "roleId":"0", "roleCode":"example-admin", "permissionIdOrCodes": ["0-10000", "0-10100", "0-10000-10001", "0-10100-10101"] }, ……