1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[后端] webSocket demo跑通

This commit is contained in:
2022-11-28 23:29:03 +08:00
parent a85d7bcfba
commit 432ba2b812
11 changed files with 382 additions and 2 deletions

View File

@@ -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": []
}
]
}