Coming soon

1.给原来的手机号发验证码
{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgreset",
"phone": "+86 18627556209",
"user_email": ""
}
2.验证原来手机的验证码,获得token
curl --location --request POST 'https://main-stg.bindo.co/api/v5/wonder/verify_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"phone": "+86 18627556209",
"user_email": "",
"aut_code": "328210",
"action": "msgreset",
"token": ""
}'
3.给新手机发验证码
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/send_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgset",
"phone": "+86 18627556231",
"user_email": ""
}'
4.拿原手机的token和新手机的aut_code修改账号
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/reset_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id":"2x9bfv9okp25jzwvrnzi0it",
"client_secret":"aoug6tdt76lyopsbu5mr1ug3b",
"platform_id":46,
"origin_phone": "+86 18627556209",
"phone": "+86 18627556231",
"aut_code":"084039",
"token": "BINDO_SIGN:+86 18627556209msgreset"
}'
1.给原来的邮箱发验证码
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/send_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgreset",
"phone": "",
"user_email": "1041645630@qq.com"
}'
2.验证原来邮箱的验证码,获得token
curl --location --request POST 'https://main-stg.bindo.co/api/v5/wonder/verify_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"phone": "",
"user_email": "1041645630@qq.com",
"aut_code": "094918",
"action": "msgreset",
"token": ""
}'
3.给新手机发验证码
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/send_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgset",
"phone": "",
"user_email": "1041645631@qq.com"
}'
4.拿原邮箱的token和新邮箱的aut_code修改账号
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/reset_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id":"2x9bfv9okp25jzwvrnzi0it",
"client_secret":"aoug6tdt76lyopsbu5mr1ug3b",
"platform_id":46,
"origin_user_email":"1041645630@qq.com",
"user_email":"1041645631@qq.com",
"aut_code":"640233",
"token": "BINDO_SIGN:1041645630@qq.commsgreset"
}'
1.验证账号获取修改token
curl --location --request POST 'https://main-stg.bindo.co/api/v5/wonder/verify_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"phone": "+86 18612345678",
"user_email": "",
"password": "123321",
"aut_code": "",
"action": "signin",
"token": ""
}'
2.给新手机或者邮箱发送验证码
curl --location --request POST 'https://main-stg.bindo.com/api/v5/user/send_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgset",
"phone": "+86 18612345679",
"user_email": ""
}'
3.修改手机,拿到token
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/reset_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id":"2x9bfv9okp25jzwvrnzi0it",
"client_secret":"aoug6tdt76lyopsbu5mr1ug3b",
"platform_id":46,
"origin_user_email":"",
"user_email":"",
"phone":"+86 18612345679",
"aut_code":"123123",
"token": "signin2400840209185898496"
}'
4.继续修改邮箱,发送邮箱验证码
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/send_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "2x9bfv9okp25jzwvrnzi0it",
"client_secret": "aoug6tdt76lyopsbu5mr1ug3b",
"platform_id": 46,
"action": "msgset",
"phone": "",
"user_email": "1234@qq.com"
}'
5.修改邮箱
curl --location --request POST 'https://main-stg.bindo.co/api/v5/user/reset_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id":"2x9bfv9okp25jzwvrnzi0it",
"client_secret":"aoug6tdt76lyopsbu5mr1ug3b",
"platform_id":46,
"origin_user_email":"",
"user_email":"1234@qq.com",
"phone":"",
"aut_code":"764194",
"token": "2400954202114228224"
}'
Bindo Knowledge Base offers a comprehensive guide to POS System and more through step-by-step articles and video tutorials. Be sure to check out FAQs or search here
We provide email support Monday through Friday. We do our best to respond to each request with a personalized reply within 24-48 business hours.