Authored by 盖剑秋

Add forum code to delete post function. reviewed by redding.

... ... @@ -64,7 +64,8 @@ export default class PostingService {
url:'',
body: {
method:'app.social.delPost',
postsId
postsId,
forumCode,
}
}).then((json) => {
return json;
... ...