curl --location --request POST 'http://mp.xipuduo.com/index.php/SmallProgramApi/MerInterface/resetPayPwd_v4' \
--form 'code="123456"' \
--form 'password="123123"' \
--form 'vid="1"' \
--form 'uid="1"' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"message": "成功",
"data": []
}