修改动态详情

This commit is contained in:
yuanke 2016-07-26 09:46:55 +08:00
parent 04e9551450
commit e6e8d73a66
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ app.factory('common', ['$http', 'auth', '$routeParams','rms','config', function(
return $http({
method: 'POST',
url: apiUrl+ type + "/" + id,
dataType: 'jsonp',
data:{token:auth.token(),type:replytype,page:page}
})
};