Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Wiki
  • server_apis

Last edited by guomaoye Jan 08, 2021
Page history
This is an old version of this page. You can view the most recent version or browse the history.

server_apis

后端API

/company/comment 获取教育百科用户评论信息 参数:digest(企业唯一标识) page(页数)get提交

/company/comment?action=add_comment 教育百科用户添加评论 参数:digest(企业唯一标识)star(评价指数) contents(评价内容) post提交 需要审核通过 /company/comment?action=get_comment_count 教育百科用户评论总数 参数:digest(企业唯一标识)get提交

/company/comment?action=get_personal_comment 教育百科个人中心获取个人所有评论信息 参数:page(页数)get提交 /company/comment?action=get_personal__comment_count 教育百科个人中心获取个人所有评论总数 get提交

/company/comment?action=get_reply_list 教育百科个人中心获取个人所有评论回复信息 参数:page(页数) get 提交 /company/comment?action=get_reply_list_count 教育百科个人中心获取个人所有评论回复信息总数 get提交

/company/comment?action=del_comment 教育百科个人中心个人评论删除 参数:id(评论id)get提交

/company/comment?action=add_praise 教育百科用户点赞 参数:id(评论id)get提交 /company/comment?action=cancel_praise 教育百科用户取消点赞 参数:id(评论id)get提交

/company/comment?action=add_comment_reply 教育百科评论回复 参数:id(评论id) digest(企业唯一标识) user_id(被回复人的user_id) contents(回复内容) 需要审核通过 post提交

/company/comment?action=add_comment_repost 教育百科评论举报 参数:id(评论id) contents(评论内容) post提交

Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage