GetUserPayId
Host: dip-cb.binanceapi.com
GET /mp-api/v1/apps/{appId}/users?openId=query_open_id
Header
Parameter | Required | Description |
---|---|---|
X-Mp-Open-Api-Token | Y | JWT token, please refer to Description of External Interface Signature Authentication Algorithm |
Path Parameters
Parameter | Description |
---|---|
appId | required appId of the mini program |
openId | required openId you want to query |
Note:
1. You need to call this api by carrying a jwt token in the header X-Mp-Open-Api-Token
. For the method of generating JWT token, please refer to Description of External Interface Signature Authentication Algorithm
Request
Response
HTTP 200
ErrorCode | Remark |
---|---|
000000 | Success |
900001 | Invalid param |
900002 | Jwt auth failed |
900003 | Unexpected error |