{
"externalUserId": "user_10001",
"authCode": "1234567890abcdef"
}curl --location --request POST 'http://10.168.1.163:48080/open-api/alipay-auth/bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"externalUserId": "user_10001",
"authCode": "1234567890abcdef"
}'{
"code": 0,
"msg": "",
"data": {
"bound": false,
"alipayUserId": "",
"alipayAccount": "",
"nickName": "",
"avatar": ""
}
}