文档
测试

手机号查询门店

POST
http://jourly.com/mobile/api/Login/loginByMobile

请求参数

参数名
类型
描述
必填
mobile
手机号
必填
password
密码
必填

响应参数

参数名
类型
描述
必填
id
门店id
必填
title
门店名称
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "1061", "title": "自营门店", "sub_mchid": "1713382631", "address": "江苏省无锡市江阴市人民路51号", "longitude": "120.274250", "latitude": "31.904967", "phone": "18900001111", "image": "[\"\\/upload\\/file\\/202504\\/3ad5820d470a7e35e937a05d5d66c546.png\"]", "create_by_name": "超级管理员", "create_date": "2025-04-14 09:38:24" }, { "id": "1062", "title": "乐澄美食店", "sub_mchid": "1713382631", "address": "江阴市澄江街道人民中路2-8号联丰大厦1楼", "longitude": "120.278297", "latitude": "31.904591", "phone": "(0510)81650077", "image": "[\"\\/upload\\/file\\/202504\\/51e309886761f43c0c35f39e0518c72f.png\"]", "create_by_name": "超级管理员", "create_date": "2025-04-18 15:34:06" }, { "id": "1083", "title": "澄南花园车厘子科研种植基地", "sub_mchid": "1715623034", "address": "江苏省无锡市江阴市南闸街道东盟路66号", "longitude": "120.214959", "latitude": "31.846882", "phone": "18115327773", "image": "[\"\\/upload\\/file\\/202505\\/eb5e671168c89206603de2be230278d1.jpg\"]", "create_by_name": "老季", "create_date": "2025-05-11 12:56:00" } ] }