-
Notifications
You must be signed in to change notification settings - Fork 77
nForum API article_board_post
xw2423 edited this page Mar 10, 2013
·
3 revisions
/article/:name/post.(xml|json)
xml|json
POST
必选 | 类型 | 说明 | |
---|---|---|---|
:name | true | string | 合法的版面名称 |
title | true | string | 新文章的标题 |
content | true | string | 新文章的内容,可以为空 |
reid | false | int | 新文章回复其他文章的id |
signature | false | int | 新文章使用的签名档,0为不使用,从1开始表示使用第几个签名档,默认使用上一次的签名档 |
false | int 0或1 | 新文章是否启用回文转寄,0不使用,1使用,默认为0 | |
anonymous | false | int 0或1 | 新文章是否匿名发表,0不匿名,1匿名,默认为0,若为匿名发表需要版面属性允许匿名发文 |
outgo | false | int 0或1 | 新文章是否对外专信,0不转信,1转信,默认为0,需要版面属性允许转信 |
已发表的文章元数据