Browse Source

新增启动成功标识

赵冬冬 4 years ago
parent
commit
5d36945e79

+ 162 - 45
api/林产品信息发布平台.postman_collection.json

@@ -11,45 +11,6 @@
 				{
 					"name": "web",
 					"item": [
-						{
-							"name": "导入商品excel",
-							"protocolProfileBehavior": {
-								"disableBodyPruning": true
-							},
-							"request": {
-								"method": "GET",
-								"header": [],
-								"body": {
-									"mode": "formdata",
-									"formdata": [
-										{
-											"key": "file",
-											"type": "file",
-											"src": "/C:/Users/Administrator/Desktop/安龙县西城秀树农林有限责任公司.xlsx"
-										}
-									],
-									"options": {
-										"formdata": {}
-									}
-								},
-								"url": {
-									"raw": "172.16.90.3:9099/bigData/upload/bigdata",
-									"host": [
-										"172",
-										"16",
-										"90",
-										"3"
-									],
-									"port": "9099",
-									"path": [
-										"bigData",
-										"upload",
-										"bigdata"
-									]
-								}
-							},
-							"response": []
-						},
 						{
 							"name": "根据供应商id查询生产地",
 							"request": {
@@ -371,7 +332,7 @@
 								"method": "GET",
 								"header": [],
 								"url": {
-									"raw": "http://172.16.90.8:9098/forest-portal/product/detail/702",
+									"raw": "http://172.16.90.8:9098/forest-portal/product/detail/751",
 									"protocol": "http",
 									"host": [
 										"172",
@@ -384,7 +345,37 @@
 										"forest-portal",
 										"product",
 										"detail",
-										"702"
+										"751"
+									]
+								}
+							},
+							"response": []
+						},
+						{
+							"name": "查看供应商",
+							"request": {
+								"method": "GET",
+								"header": [],
+								"url": {
+									"raw": "http://172.16.90.64:9099/company/cp/detail?compId=273",
+									"protocol": "http",
+									"host": [
+										"172",
+										"16",
+										"90",
+										"64"
+									],
+									"port": "9099",
+									"path": [
+										"company",
+										"cp",
+										"detail"
+									],
+									"query": [
+										{
+											"key": "compId",
+											"value": "273"
+										}
 									]
 								}
 							},
@@ -845,6 +836,72 @@
 						}
 					},
 					"response": []
+				},
+				{
+					"name": "经营主体",
+					"request": {
+						"method": "GET",
+						"header": [],
+						"url": {
+							"raw": "http://172.16.90.8:9098/forest-admin/big/company/cat?id=",
+							"protocol": "http",
+							"host": [
+								"172",
+								"16",
+								"90",
+								"8"
+							],
+							"port": "9098",
+							"path": [
+								"forest-admin",
+								"big",
+								"company",
+								"cat"
+							],
+							"query": [
+								{
+									"key": "id",
+									"value": ""
+								}
+							]
+						}
+					},
+					"response": []
+				},
+				{
+					"name": "根据分类查询供应商",
+					"request": {
+						"method": "GET",
+						"header": [],
+						"url": {
+							"raw": "http://172.16.90.8:9098/forest-admin/big/company/list?id=62&key=",
+							"protocol": "http",
+							"host": [
+								"172",
+								"16",
+								"90",
+								"8"
+							],
+							"port": "9098",
+							"path": [
+								"forest-admin",
+								"big",
+								"company",
+								"list"
+							],
+							"query": [
+								{
+									"key": "id",
+									"value": "62"
+								},
+								{
+									"key": "key",
+									"value": ""
+								}
+							]
+						}
+					},
+					"response": []
 				}
 			],
 			"protocolProfileBehavior": {}
@@ -1033,7 +1090,7 @@
 						"method": "POST",
 						"header": [],
 						"url": {
-							"raw": "http://172.16.90.8:9099/first/upload?compName=贵阳丰亿隆农业发展有限公司&paths=D:/林业商品上传/贵阳丰亿隆农业发展有限公司/\n&type=2",
+							"raw": "http://172.16.90.8:9099/first/upload?compName=威宁县乌蒙绿色产业有限责任公司&paths=D:/林业商品上传/威宁县乌蒙绿色产业有限责任公司&type=2",
 							"protocol": "http",
 							"host": [
 								"172",
@@ -1049,11 +1106,11 @@
 							"query": [
 								{
 									"key": "compName",
-									"value": "贵阳丰亿隆农业发展有限公司"
+									"value": "威宁县乌蒙绿色产业有限责任公司"
 								},
 								{
 									"key": "paths",
-									"value": "D:/林业商品上传/贵阳丰亿隆农业发展有限公司/\n"
+									"value": "D:/林业商品上传/威宁县乌蒙绿色产业有限责任公司"
 								},
 								{
 									"key": "type",
@@ -1243,6 +1300,66 @@
 				}
 			],
 			"protocolProfileBehavior": {}
+		},
+		{
+			"name": "生产地产出物",
+			"item": [
+				{
+					"name": "列表",
+					"request": {
+						"method": "POST",
+						"header": [],
+						"body": {
+							"mode": "raw",
+							"raw": "{\r\n    \"pageNum\": 1,\r\n    \"pageSize\": 10\r\n}",
+							"options": {
+								"raw": {
+									"language": "json"
+								}
+							}
+						},
+						"url": {
+							"raw": "172.16.90.8:9098/forest-admin/originProduct/list",
+							"host": [
+								"172",
+								"16",
+								"90",
+								"8"
+							],
+							"port": "9098",
+							"path": [
+								"forest-admin",
+								"originProduct",
+								"list"
+							]
+						}
+					},
+					"response": []
+				}
+			],
+			"protocolProfileBehavior": {}
+		},
+		{
+			"name": "供应商下拉列表",
+			"request": {
+				"method": "GET",
+				"header": [],
+				"url": {
+					"raw": "http://localhost:9098/forest-admin/umsCompany/select/list",
+					"protocol": "http",
+					"host": [
+						"localhost"
+					],
+					"port": "9098",
+					"path": [
+						"forest-admin",
+						"umsCompany",
+						"select",
+						"list"
+					]
+				}
+			},
+			"response": []
 		}
 	],
 	"auth": {
@@ -1250,7 +1367,7 @@
 		"apikey": [
 			{
 				"key": "value",
-				"value": "BearereyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ6ZGQiLCJjcmVhdGVkIjoxNjAyNjU5MDg3MjczLCJleHAiOjE2MDMyNjM4ODd9.ERPybK8iRjEMarmbtVk2uZnuy9jIpGx-F4JwAc4thP2tKft9sVIlqe3oBnHJ61ufniBq8o4ANWF3npHx8czK2Q",
+				"value": "BearereyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ6ZGQiLCJjcmVhdGVkIjoxNjAzNjc4NjU3MDAxLCJleHAiOjE2MDQyODM0NTd9.3hrxWhbGdEXfB5AUW3f0wbsvabdsmrexRC4-abxAI5FSytI37o-JnkGsvYheeJl9rBfajbtV6LVqDQP-2VZy5w",
 				"type": "string"
 			},
 			{

+ 1 - 0
forest-admin/admin-server/src/main/java/com/hwrj/cloud/admin/AdminApplication.java

@@ -21,5 +21,6 @@ public class AdminApplication {
     public static void main(String[] args) {
         ConfigurableApplicationContext application=SpringApplication.run(AdminApplication.class, args);
         ConfigurableEnvironment environment = application.getEnvironment();
+        System.out.println("---------------------后台启动成功!---------------------");
     }
 }

+ 1 - 0
forest-gateway/src/main/java/com/hwrj/cloud/gateway/MallGatewayApplication.java

@@ -13,5 +13,6 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
 public class MallGatewayApplication {
     public static void main(String[] args) {
         SpringApplication.run(MallGatewayApplication.class, args);
+        System.out.println("---------------------路由启动成功!---------------------");
     }
 }

+ 1 - 0
forest-portal/portal-server/src/main/java/com/hwrj/cloud/portal/ForestPortalApplication.java

@@ -10,6 +10,7 @@ import org.springframework.context.annotation.ComponentScan;
 public class ForestPortalApplication {
     public static void main(String[] args) {
         SpringApplication.run(ForestPortalApplication.class, args);
+        System.out.println("---------------------移动端启动成功!---------------------");
     }
 }