修改动态详情

weixin_guange
yuanke 9 years ago
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…
Cancel
Save