RuoYi-Vue-Plus/ruoyi-modules/ruoyi-md-form/docs/http/FormDictController.http

35 lines
736 B
HTTP

###
POST {{baseUrl}}/form/dict/createOrUpdate
Content-Type: application/json
Token: {{token}}
{
"name": "",
"code": "test_dict"
}
### ID
GET {{baseUrl}}/form/dict/get?id=1
Token: {{token}}
###
POST {{baseUrl}}/form/dict/delete?id=1
Token: {{token}}
###
GET {{baseUrl}}/form/dict/list
Token: {{token}}
###
GET {{baseUrl}}/form/dict/get-by-code?code=test_dict
Token: {{token}}
### form/dict/copy targetTenantId
POST {{baseUrl}}/form/dict/copy?sourceTenantId=-1&targetTenantId=id
Content-Type: application/json
Token: {{token}}
[
"writingType"
]