- okdata = {'template': '1', 'url': '本地下载|http://www.ceshi.com','rights':'all|free'}
- serialized_data = dumps(okdata)
- post_it_data = {
- 'post_title': soft_title,
- 'post_content': wx_content,
- 'post_date': post_date,
- 'post_author': '1',
- 'post_category': '未分类',
- 'post_type': 'post',
- 'post_name': diyname,
- 'tag':tags_list,
- 'post_meta[b2_open_download]': '1',
- 'post_meta[b2_single_post_download_group]': serialized_data
- }
复制代码 |