修改动态详情
This commit is contained in:
parent
04e9551450
commit
e6e8d73a66
|
@ -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}
|
||||
})
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue