api.ts
499 Bytes
export default {
action: {
create: '新建API',
edit: '编辑API',
detail: '详情API',
},
search: {
apiNamePlaceholder: '请输入API名称',
interfaceAddressPlaceholder: '请输入接口地址',
documentUrlPlaceholder: '请输入文档地址',
},
text: {
name: 'API名称',
categoryName: '所属分类',
interfaceAddress: '接口地址',
requestMethod: '请求方式',
interfaceParams: '接口参数',
documentUrl: '文档地址',
},
};