Michael Chan
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # 觅觅前台接口 ## 接口列表 > > <font color=red>变化的内容以红色标识</font> > <font color=red>需要修改的接口中,请求参数说明和返回参数说明未列出原来已有的参数</font> | 接口 | 说明 | 类型| 完成度 |------ |----- |-----|----- |[Banner/ShortcutList](#api1)| 快捷入口列表 | Add | 已完成 |[GoldStore/OfficialRecommendShopList](#api2) | 官方店铺推荐列表 | Add| 已完成 |[Square/PostSearch](#api3) | 寻芳阁精选列表 | Modify| 已完成 |[My/Center](#api4) | 会员个人信息 | Modify| 已完成 |[Auth/AgentIdentityApply](#api5) | 申请成为觅经纪 | Modify| 已完成 |[Banner/OfficialBanner](#api6) | 官方店铺banner(官方首页) | Add| 已完成 |[GoldStore/OfficialGoldenShopList](#api7) | 金牌店铺(官方首页) | Add| 已完成 |[GoldStore/OfficialShopList](#api8) | 官方店铺列表(官方首页) | Add| 已完成 |[GoldStore/OfficialShopDetail](#api9) | 官方店铺详情 | Add| 已完成 |[OfficialPost/OfficialPostList](#api10) | 官方店铺帖子列表 | Add| 已完成 |[Square/OfficialShopFollow/](#api11) | 收藏店铺 | Add| 已完成 [/OfficialPostDetail](#api12) | 官方帖子详情 | Modify| 已完成 [/AgencyRecommendPostList](#api13) | 寻芳阁推荐帖子列表 | Add| [/SquareRecommendPostList](#api14) | 广场推荐帖子列表 | Add| ***** ## 接口详情 * <span id = "api1">快捷入口列表</span> * 接口地址:**Banner/ShortcutList** * 请求方式:Get * 备注:最多取前8条数据 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>id | int | id | <font color=red>title | string | 入口名称 | <font color=red>fullMediaUrl | string | 图片链接地址 | <font color=red>redirectUrl | string | 跳转地址 | <font color=red>linkType | int | 是否内部地址 1 直接转导 2 轉導到網站的位置 3轉導到秘色 --- * <span id = "api2">官方店铺推荐列表</span> * 接口地址: **GoldStore/OfficialRecommendShopList** * 请求方式:Get * 备注:取前3条数据 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id | <font color=red>imgUrl | string | 店铺图片地址 | <font color=red>shopName | string | 店铺名称 | <font color=red>girlsQuantity | int | 妹子数量 --- * <span id = "api3">寻芳阁/广场帖子列表</span> * 接口地址:/postSearch * 请求方式:Get * 备注:无 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------ |---- | <font color=red>unlocks | string | 解锁次数 --- * <span id = "api4">会员个人信息</span> * 接口地址:**My/Center** * 请求方式:Get * 备注:无 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------ |---- | <font color=red>contactApp | String | 联系软件,节点:centerModel.contactApp | <font color=red>contactInfo | String | 软件号码,节点:centerModel.contactInfo | <font color=red>avatar | String | 软件号码,节点:centerModel.avatar --- * <span id = "api5">申请成为觅经纪</span> * 接口地址:**Auth/AgentIdentityApply**?contactApp=QQ&contactInfo=123456 * 请求方式:Post * 备注:无 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------ |---- | <font color=red>contactApp | String | 联系软件 | <font color=red>contactInfo | String | 软件号码 * 返回参数说明:无 --- * <span id = "api6">官方店铺banner(官方首页)</span> * 接口地址:**Banner/OfficialBanner** * 请求方式:Get * 备注:取前4条数据 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>id | int | id | <font color=red>title | string | 入口名称 | <font color=red>fullMediaUrl | string | 图片链接地址 | <font color=red>redirectUrl | string | 跳转地址 | <font color=red>linkType | int | 是否内部地址 1 直接转导 2 轉導到網站的位置 3轉導到秘色 --- * <span id = "api7">金牌店铺(官方首页)</span> * 接口地址:**GoldStore/OfficialGoldenShopList** * 请求方式:Get * 备注:取前3条数据 * 请求参数说明:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id | <font color=red>imgUrl | string | 店铺图片地址 | <font color=red>shopName | string | 店铺名称 | <font color=red>girlsQuantity | int | 妹子数量 --- * <span id = "api8">官方店铺列表(官方首页)</span> * 接口地址:**GoldStore/OfficialShopList** * 请求方式:Get * 备注:取前3条数据 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>keyword | string | 搜索关键字(非必填) | <font color=red>sotType | int | 排序方式,0:(默认排序,成交订单数倒序), 1:(评分倒序,若相同则按店龄倒序) * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id | <font color=red>imgUrl | string | 店铺图片地址 | <font color=red>shopName | string | 店铺名称 | <font color=red>girlsQuantity | int | 妹子数量 | <font color=red>views | int | 浏览数量 | <font color=red>shopAge | decimal | 店龄 | <font color=red>orderQuantity | int | 成交订单数量 | <font color=red>rating | decimal | 评分 | <font color=red>postList | list | 帖子列表 | <font color=red>postList > postId | string | 帖子id | <font color=red>postList > coverUrl | string | 帖子封面图片url | <font color=red>postList > title | string | 帖子标题 | <font color=red>postList > lowPrice | int | 期望收入,最低价 --- * <span id = "api9">官方店铺详情</span> * 接口地址:**GoldStore/OfficialShopDetail**/:id?applyId=20230825000000600 * 请求方式:Get * 备注:无 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>applyId | string | 店铺id(审核id) * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id(审核id) | <font color=red>shopAvatarSource | string[] | 店铺图片地址 | <font color=red>shopName | string | 店铺名称 | <font color=red>girls | int | 妹子数量 | <font color=red>viewBaseCount | int | 浏览量 | <font color=red>shopYears | int | 店龄 | <font color=red>selfPopularity | decimal | 评分 | <font color=red>introduction | string | 店铺介绍文字 | <font color=red>businessDate | string | 营业时间(日) | <font color=red>businessHour | string | 营业时间(时) | <font color=red>businessPhotoSource | string[] | 商家照片 | <font color=red>isFollow | bool | 当前用户是否收藏该店铺 --- * <span id = "api10">官方店铺帖子列表</span> * 接口地址:**OfficialPost/OfficialPostList** * 请求方式:Get * 备注:无 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id | <font color=red>areaCode | string | 区域代码 | <font color=red>page | string | 页码 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>totalPage | int | 总页数 | <font color=red>totalCount | int | 总笔数 | <font color=red>data | list | 帖子列表 | <font color=red>data > postId | string | 帖子id | <font color=red>data > coverUrl | string | 帖子封面图片地址 | <font color=red>data > title | string | 帖子标题 | <font color=red>data > lowPrice | number | 期待收入 | <font color=red>data > viewBaseCount | int | 浏览量 | <font color=red>data > height | int | 身高 | <font color=red>data > age | int | 年齡 | <font color=red>data > cup | int | 罩杯 --- * <span id = "api11">收藏店铺</span> * 接口地址:**OfficialShopFollow** * 请求方式:Post * 备注:无 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>shopId | string | 店铺id(审核id) --- * <span id = "api12">官方帖子详情</span> * 接口地址:**OfficialPostDetail** * 请求方式:Get * 备注:无 * 返回参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>postUserId | string | 发帖人用户id --- * <span id = "api13">寻芳阁精选列表</span> * 接口地址:**AgencyRecommendPostList** * 请求方式:Get * 备注:无 * 请求参数说明:无 * 返回参数说明:参数同PostListViewModel --- * <span id = "api14">广场推荐帖子列表</span> * 接口地址:**SquareRecommendPostList** * 请求方式:Get * 备注:无 * 请求参数说明: | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>page | string | 页码 * 返回参数说明:(增加两个,其它参数同PostListViewModel) | 名称 | 类型 | 说明 |----- |------|---- | <font color=red>totalPage | int | 总页数 | <font color=red>totalCount | int | 总笔数 ---

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully