licailing 5 лет назад
Родитель
Сommit
0cd6dbae29

+ 1 - 1
src/main/vue/src/views/merchant/MerchantList.vue

@@ -334,7 +334,7 @@
                         this.$message.error(e.error);
                     });
                 this.$http
-                    .get('/verified/my', {
+                    .get('/verified/user', {
                         userId: row.userId
                     })
                     .then(res => {

+ 0 - 4
src/test/java/com/izouma/dingdong/contorller/VerifiedControllerTest.java

@@ -30,8 +30,4 @@ public class VerifiedControllerTest {
         System.out.println(verifiedController.save(build));
     }
 
-    @Test
-    public void testMy(){
-        System.out.println(verifiedController.my(2105L));
-    }
 }