{ "appId": "HNL001", "appKey": "hK2W6mE9sT7cP1rO5uG8dF4zX3vB1nJ" }
curl --location --request POST '/interface/auth/pay/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "HNL001", "appKey": "hK2W6mE9sT7cP1rO5uG8dF4zX3vB1nJ" }'
{ "code": 200, "msg": "操作成功", "data": { "scope": null, "openid": null, "access_token": "xxxxxx", "refresh_token": null, "expire_in": 604799, "refresh_expire_in": null, "client_id": "428a8310cd442757ae699df5d894f051" } }