fix http rpc bug

This commit is contained in:
MaysWind 2016-06-01 00:01:16 +08:00
parent 55115f13ab
commit e5a9454ae2

View file

@ -17,7 +17,7 @@
}; };
return $http(requestContext).success(function (data, header, config, status) { return $http(requestContext).success(function (data, header, config, status) {
if (!data || !data.result) { if (!data) {
return; return;
} }