文档
测试
POST
/serviceInterface/addServiceInterface

请求参数

参数名
类型
描述
必填
interfaceClassname
接口类名
必填
interfaceCode
接口编码
必填
interfaceName
接口名称
必填
moduleCode
所属模块编码
必填
remark
备注
必填
requestMethod
请求方法
必填
requestProtocal
请求协议
必填
status
状态
必填
interfaceUrl
接口url
必填

参数

{ "interfaceClassname": "Exception", "interfaceCode": "I001", "interfaceName": "add", "interfaceUrl": "/add", "moduleCode": "m0001", "remark": "接口备注", "requestMethod": "2", "requestProtocal": "1", "status": "1" }

响应

{ "code": 11, "message": "SUCCESS", "data": null }