{"version":3,"file":"DG5T7Hoc.js","sources":["../../../../api/user.js"],"sourcesContent":["/* userInterface */\nimport request from '@/utils/request.js'\n\n/* LoginReq */\nexport const SmsReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/sms',\n data,\n })\n}\n\n/** SMS login **/\nexport const VerificationReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/verification',\n data,\n })\n}\n\n/** my profile **/\nexport const SignupReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/profile',\n data,\n })\n}\n\nexport const GetProfileReq = () => {\n return request({\n method: 'GET',\n url: '/customerapi/V2/auth/profile',\n })\n}\n\n\n/** Check phone number **/\nexport const PhonenumberReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/phonenumber',\n data,\n })\n}\n\n\n/** Login with password **/\nexport const PassverificationReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/passverification',\n data,\n })\n}\n\n\n/** Update password **/\nexport const PasswordReq = (data) => {\n return request({\n method: 'POST',\n url: '/customerapi/V2/auth/password',\n data,\n })\n}"],"names":["SignupReq","data","request","GetProfileReq"],"mappings":"4VAsBY,MAACA,EAAaC,GACjBC,EAAQ,CACb,OAAQ,OACR,IAAK,+BACL,KAAAD,CACJ,CAAG,EAGUE,EAAgB,IACpBD,EAAQ,CACb,OAAQ,MACR,IAAK,8BACT,CAAG"}