commit
continuous-integration/drone/push Build is passing Details

master
黄海 4 years ago
parent afba89a330
commit d87ab856df

@ -5,7 +5,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="19c8c37d-a056-451c-a29d-fb612b9a3e2f" name="Default Changelist" comment="commit">
<change beforePath="$PROJECT_DIR$/Business/CaptchaRelate/CaptchaController/CaptchaController.go" beforeDir="false" afterPath="$PROJECT_DIR$/Business/CaptchaRelate/CaptchaController/CaptchaController.go" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/static/getcapt.html" beforeDir="false" afterPath="$PROJECT_DIR$/static/getcapt.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

@ -36,10 +36,11 @@
data: postdata,
dataType: "JSON",
success: function (result) {
if (result.code == 0) {
console.log(result.success);
if (result.success) {
alert("验证成功");
} else {
alert("验证错误:" + result.msg);
alert("验证错误!" );
}
}
});

Loading…
Cancel
Save