2024-05-12 18:32:02 +08:00

43 lines
3.6 KiB
Plaintext

<mxfile host="Electron" modified="2024-04-14T15:44:48.968Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.2.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="aONS4KkOsKD7IUMsxQRa" version="24.2.5" type="device">
<diagram name="第 1 页" id="8gD-nmpbGrSfBscDRJWZ">
<mxGraphModel dx="1014" dy="757" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="fg4ZL1lo39rl1VEh5dWy-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-2" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-2" value="用户点击“忘记密码”链接" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="160" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-4" target="fg4ZL1lo39rl1VEh5dWy-8">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-4" value="用户输入身份证号和手机号,请求发送短信验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="240" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-6" value="正确" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-17">
<mxGeometry y="-20" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-19" value="错误" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry x="-0.7778" y="-10" relative="1" as="geometry">
<Array as="points">
<mxPoint x="240" y="360" />
<mxPoint x="240" y="260" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-8" value="服务器验证数据库中身份证号和手机号是否匹配发送短信验证码给用户,用户输入验证码,服务器比对验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="320" width="200" height="80" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-17" value="用户输入新密码并提交,系统重新生成盐值,客户端生成密文,更新到服务器数据库" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="440" width="200" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>