@@ -29,6 +29,6 @@ class MyAutoConfigTest {
*/
@Test
public void test(){
- client.handler("测试自定义的starter是否可用");
+ client.handler("/open-api/user/body","测试自定义的starter是否可用");
}