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

微信小程序 提审时隐藏功能;微信小程序添加微信快捷登录、随便看看(登的user用户)

This commit is contained in:
2023-04-17 02:36:04 +08:00
parent 62ed92029c
commit 0238251ab0
29 changed files with 1205 additions and 624 deletions

View File

@@ -460,12 +460,40 @@
"response": []
},
{
"name": "[线上] 小程序端 获取大门详情",
"name": "[微服务] 小程序端 获取大门详情",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://epp.only4.work/guard-client/getGateList",
"raw": "http://localhost:8002/access/gate/miniprogram/detail?id=261758638368624873480",
"protocol": "http",
"host": [
"localhost"
],
"port": "8002",
"path": [
"access",
"gate",
"miniprogram",
"detail"
],
"query": [
{
"key": "id",
"value": "261758638368624873480"
}
]
}
},
"response": []
},
{
"name": "[线上] 小程序端 获取大门详情 Copy",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://epp.only4.work/access/gate/miniprogram/detail?id=261758638368624873480",
"protocol": "https",
"host": [
"epp",
@@ -473,8 +501,44 @@
"work"
],
"path": [
"guard-client",
"getGateList"
"access",
"gate",
"miniprogram",
"detail"
],
"query": [
{
"key": "id",
"value": "261758638368624873480"
}
]
}
},
"response": []
},
{
"name": "[微服务RPC] 微信小程序登录获取openId",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8002/access/wechat/rpc/getOpenIdFromApi?code=0f1meZZv3MRot03quH3w3Xnp744meZZu",
"protocol": "http",
"host": [
"localhost"
],
"port": "8002",
"path": [
"access",
"wechat",
"rpc",
"getOpenIdFromApi"
],
"query": [
{
"key": "code",
"value": "0f1meZZv3MRot03quH3w3Xnp744meZZu"
}
]
}
},