[小程序&后端] 修改出入码api接口
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"method": "POST",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://localhost:8002/access/getCodeInfo?id=1",
|
||||
"raw": "http://localhost:8002/access/code/getCodeInfo?id=1",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"localhost"
|
||||
@@ -49,6 +49,7 @@
|
||||
"port": "8002",
|
||||
"path": [
|
||||
"access",
|
||||
"code",
|
||||
"getCodeInfo"
|
||||
],
|
||||
"query": [
|
||||
@@ -67,7 +68,7 @@
|
||||
"method": "POST",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://epp.only4.work/access/getCodeInfo?id=1",
|
||||
"raw": "http://epp.only4.work/access/code/getCodeInfo?id=1",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"epp",
|
||||
@@ -76,6 +77,7 @@
|
||||
],
|
||||
"path": [
|
||||
"access",
|
||||
"code",
|
||||
"getCodeInfo"
|
||||
],
|
||||
"query": [
|
||||
|
Reference in New Issue
Block a user