@@ -0,0 +1,7 @@
+POST http://localhost:8080/openfeign/postUser
+Content-Type: application/json
+
+{
+ "name": "zhangsan",
+ "age": 90
+}
@@ -0,0 +1,2 @@
+GET http://localhost:8080/openfeign/token
+token: 12345678