{
"moduleCode": "string"
}curl --location --request POST '/api/v1/system/user/self/menu/index' \
--header 'iThings-token: {{iThings-token}}' \
--header 'iThings-project-id: 1786838173980422144' \
--header 'iThings-app-code: {{iThings-app-code}}' \
--header 'iThings-user-role: 1' \
--header 'Accept-Language: en' \
--header 'iThings-tenant-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"moduleCode": "string"
}'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"id": 1,
"code": "core",
"type": "web",
"name": "中台",
"desc": null,
"baseUrl": "",
"logoUrl": ""
},
{
"id": 27,
"code": "test-app-code",
"type": "web",
"name": "测试应用-1",
"desc": "测试应用描述",
"baseUrl": "http://localhost:3001/",
"logoUrl": "http://localhost:3001/"
}
],
"total": 0
}
}
扫码加入 iThings微信交流群

扫码加入交流群