zblog xml-rpc发布的时候控制发布文章的状态,不想让它是“公开”,而想让它是“草稿”怎么操作!
找了各大搜索引擎,失败告终,看到zblog的bbs里面有一位网友问过同样的问题,但是打不开网页,也没有相关的说明文档可参考!我也是第一次用这个,不知道是怎么传值的,看了数据库的字段,不匹配,也没仔细看index.php的文件!
直接用python代码借鉴别人的参数传过去!
代码 + 测试结果(打勾的表示已经能正常使用)
post = {
'title': post_title, #这是标题
'description': post_content, #这是内容
'mt_allow_comments': 1, # 允许评论
'mt_keywords': 'keyword1, keyword2', # 关键词
'categories': ['机构'], # 分类
'mt_excerpt': 'Excerpt of the post', # 摘要
'mt_text_more': 'Additional content after the more tag', # 更多标签后的内容
'mt_basename': 'post-url-slug', # 别名
'post_status': '0', # 发布状态
}
最后发现只有部分是可用的!
解决办法:
待定,欢迎讨论~~~~
随时更新-更新日期:
2024-03-05 15:43:52 星期二
本文来自投稿,不代表本站立场,如若转载,请注明出处: