Parcourir la source

fix:修改接口名称

YPLee il y a 6 ans
Parent
commit
6f024963f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      routes/assignment/codework/codehw.raml

+ 1 - 1
routes/assignment/codework/codehw.raml

@@ -134,6 +134,6 @@
         type: integer
         description: 界面测试记录id
     get:
-      displayName: 获取单元测试记录
+      displayName: 获取功能测试记录
       is: [response: { typeName: FunctionTestRecord }]