| | 507 | |
| | 508 | === 1.9获取我的消息数 === |
| | 509 | '''(开发已完成)'''[[BR]] |
| | 510 | >mrobot地址:http://dev40.pcauto.com.cn/xsp/s/auto/info/cms/messageNum4Pchouse.xsp?accountId= [[BR]] |
| | 511 | bip开发环境:http://test232.pconline.com.cn:8001/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6030,6031&groupType=4&accountId= [[BR]] |
| | 512 | http://test232.pconline.com.cn:8001/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6091&groupType=9&accountId= [[BR]] |
| | 513 | http://test232.pconline.com.cn:8001/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6092,6093&groupType=9&accountId= [[BR]] |
| | 514 | bip线上环境:http://bip.pconline.com.cn/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6030,6031&groupType=4&accountId= [[BR]] |
| | 515 | http://bip.pconline.com.cn/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6091&groupType=9&accountId= [[BR]] |
| | 516 | http://bip.pconline.com.cn/intf/sysnotice.jsp?act=getNum&siteId=6&typeIds=6092,6093&groupType=9&accountId= [[BR]] |
| | 517 | |
| | 518 | **说明** |
| | 519 | |
| | 520 | > 获取我的消息页中的消息总数以及各tab的消息数量 |
| | 521 | |
| | 522 | **缓存时间** |
| | 523 | |
| | 524 | >0 |
| | 525 | |
| | 526 | **提交方式** |
| | 527 | |
| | 528 | > GET |
| | 529 | |
| | 530 | **是否登录** |
| | 531 | |
| | 532 | > 是 |
| | 533 | |
| | 534 | **数据来源** |
| | 535 | |
| | 536 | >bip |
| | 537 | |
| | 538 | **参数** |
| | 539 | |
| | 540 | ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| |
| | 541 | ||= accountId =||= 用户id =|| string ||= =||= 是 =||= =|| |
| | 542 | |
| | 543 | **返回** |
| | 544 | |
| | 545 | {{{#!java |
| | 546 | { |
| | 547 | "bbsNum": 2, |
| | 548 | "sysNum": 2, |
| | 549 | "issueNum": 4, |
| | 550 | "totalNum": 8 |
| | 551 | } |
| | 552 | }}} |
| | 553 | **返回参数说明** |
| | 554 | ||= 参数名 =||= 参数含义 =||= 参数名 =||= 参数含义 =|| |
| | 555 | ||= bbsNum =||= 论坛消息数 =||= sysNum =||= 系统消息数 =|| |
| | 556 | ||= issueNum =||= 期刊消息数 =||= totalNum =||= 消息总数 =|| |
| | 557 | |
| | 558 | ---------- |
| | 559 | |