Ticket #52 (closed BUG: 已处理)
BBS7发主帖和回帖发微博事项
| Reported by: | kuangjuhuan | Owned by: | kuangjuhuan |
|---|---|---|---|
| Priority: | 重要的(3) | Milestone: | |
| Component: | 汽车网论坛 | Version: | BBS7.0 |
| Keywords: | 发微博 | Cc: | lifeng, qinhongyuan, wanganning, chenxiaohu, dingjianyong |
| Due Date: | 28/03/2013 |
Description
现在bbs7发主帖和回帖发微是通过插件的方式实现,其中在插件配置项可以配置发微博的一些选项,包括typeId(在bip互动基础平台上定义的id,typeId=2003,回帖typeId=2001),发送开关,分享地址等,现在发现当前代码发主帖和回帖发微博时typeId采用都是同一个配置,这个需要上线后进行修改相应service层代码和插件配置。
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)
现在的做法是先把typeId配成发主帖时的值(2003),把回帖发微博关掉,等上线后处理完再把开关打开。