{
"tel": "string"
}curl --location --request POST 'https://api-service.mgmovie.net/api/623e675484d25' \
--header 'Content-Type: application/json' \
--data-raw '{
"tel": "string"
}'{
"success": true,
"code": 1,
"message": "操作成功",
"data": {
"shopinfo": {
"shop_name": "商户名称",
"tel": "关联手机号码",
"credit": "账户余额"
}
}
}