Commit ce5e8b07 authored by liboyang's avatar liboyang

新增页面

parent 815a5744
......@@ -455,7 +455,7 @@ angular.module('AvatarCheck.http', ['ngDialog', 'LocalStorageModule'])
var body = JSON.stringify(data);
$http({
method: 'POST',
url: "../FailedCardApi/selectInfoByCardId",
url: "../FailedCardApi/insertFailedCard",
data: body,
headers: {'Content-Type': 'application/json'}
}).then(function successCallback(response) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment