| | |
| | | "state": "default" |
| | | } |
| | | |
| | | ### 请求 /weixin-mini-app-login 接口 => 成功 |
| | | POST {{appApi}}/member/auth/weixin-mini-app-login |
| | | Content-Type: application/json |
| | | tenant-id: {{appTenantId}} |
| | | |
| | | { |
| | | "phoneCode": "618e6412e0c728f5b8fc7164497463d0158a923c9e7fd86af8bba393b9decbc5", |
| | | "loginCode": "001frTkl21JUf94VGxol2hSlff1frTkR" |
| | | } |
| | | |
| | | ### 请求 /logout 接口 => 成功 |
| | | POST {{appApi}}/member/auth/logout |
| | | Content-Type: application/json |
| | |
| | | ### 请求 /auth/refresh-token 接口 => 成功 |
| | | POST {{appApi}}/member/auth/refresh-token?refreshToken=bc43d929094849a28b3a69f6e6940d70 |
| | | Content-Type: application/json |
| | | tenant-id: {{appTenantId}} |
| | | |
| | | ### 请求 /auth/create-weixin-jsapi-signature 接口 => 成功 |
| | | POST {{appApi}}/member/auth/create-weixin-jsapi-signature?url=http://www.iocoder.cn |
| | | Authorization: Bearer {{appToken}} |
| | | tenant-id: {{appTenantId}} |