[后端] webSocket demo跑通
This commit is contained in:
@@ -118,6 +118,104 @@
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[微服务] 获取不限制的小程序码",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://localhost:8002/access/wechat/getUnlimitedQRCode?scene=t=1&page=pages/index/index",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"localhost"
|
||||
],
|
||||
"port": "8002",
|
||||
"path": [
|
||||
"access",
|
||||
"wechat",
|
||||
"getUnlimitedQRCode"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "envVersion",
|
||||
"value": "develop",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "scene",
|
||||
"value": "t=1"
|
||||
},
|
||||
{
|
||||
"key": "page",
|
||||
"value": "pages/index/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[线上] 获取不限制的小程序码",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "https://epp.only4.work/access/wechat/getUnlimitedQRCode?scene=t=1&page=pages/index/index",
|
||||
"protocol": "https",
|
||||
"host": [
|
||||
"epp",
|
||||
"only4",
|
||||
"work"
|
||||
],
|
||||
"path": [
|
||||
"access",
|
||||
"wechat",
|
||||
"getUnlimitedQRCode"
|
||||
],
|
||||
"query": [
|
||||
{
|
||||
"key": "envVersion",
|
||||
"value": "develop",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"key": "scene",
|
||||
"value": "t=1"
|
||||
},
|
||||
{
|
||||
"key": "page",
|
||||
"value": "pages/index/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "TestProvider",
|
||||
"item": [
|
||||
{
|
||||
"name": "http://localhost:8011/hi/1",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://localhost:8011/hi/1",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"localhost"
|
||||
],
|
||||
"port": "8011",
|
||||
"path": [
|
||||
"hi",
|
||||
"1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user