{ "form": { "smsCode": "609649", "mobile": "18917286702", "isParty": false, "partyData": {} } }
curl --location --request POST 'http://smart-shop.itheima.net/index.php?s=/api/passport/login' \ --header 'platform: H5' \ --header 'Content-Type: application/json' \ --data-raw '{ "form": { "smsCode": "609649", "mobile": "18917286702", "isParty": false, "partyData": {} } }'
{ "status": 200, "message": "登录成功", "data": { "userId": 10003, "token": "1741f74aed758a688515f72572dc8e37" } }