51offer Ng Adviser API

顾问控制层

Operations 61

GET /ngAdviser/checkUserMobile 核查用户手机号是否已经被注册过 #
GET /ngAdviser/exportExcelData 导出excel #
GET /ngAdviser/getAuthority 根据用户权限 #
GET /ngAdviser/getCountryList 获取可申请国家列表 #
GET /ngAdviser/getDictInfo getDictInfoBypcode #
HEAD /ngAdviser/getDictInfo getDictInfoBypcode #
POST /ngAdviser/getDictInfo getDictInfoBypcode #
PUT /ngAdviser/getDictInfo getDictInfoBypcode #
PATCH /ngAdviser/getDictInfo getDictInfoBypcode #
DELETE /ngAdviser/getDictInfo getDictInfoBypcode #
OPTIONS /ngAdviser/getDictInfo getDictInfoBypcode #
GET /ngAdviser/getSrcByStoreId getSrcByStoreId #
HEAD /ngAdviser/getSrcByStoreId getSrcByStoreId #
POST /ngAdviser/getSrcByStoreId getSrcByStoreId #
PUT /ngAdviser/getSrcByStoreId getSrcByStoreId #
PATCH /ngAdviser/getSrcByStoreId getSrcByStoreId #
DELETE /ngAdviser/getSrcByStoreId getSrcByStoreId #
OPTIONS /ngAdviser/getSrcByStoreId getSrcByStoreId #
GET /ngAdviser/getSysUsersList 获取顾问信息 #
GET /ngAdviser/getUsersList 获取用户信息 #
GET /ngAdviser/getUsersPartnerInfoList 根据条件查询用户信息 #
GET /ngAdviser/queryChannelList queryChannelList #
HEAD /ngAdviser/queryChannelList queryChannelList #
POST /ngAdviser/queryChannelList queryChannelList #
PUT /ngAdviser/queryChannelList queryChannelList #
PATCH /ngAdviser/queryChannelList queryChannelList #
DELETE /ngAdviser/queryChannelList queryChannelList #
OPTIONS /ngAdviser/queryChannelList queryChannelList #
GET /ngAdviser/queryOrgSrc queryOrgSrc #
HEAD /ngAdviser/queryOrgSrc queryOrgSrc #
POST /ngAdviser/queryOrgSrc queryOrgSrc #
PUT /ngAdviser/queryOrgSrc queryOrgSrc #
PATCH /ngAdviser/queryOrgSrc queryOrgSrc #
DELETE /ngAdviser/queryOrgSrc queryOrgSrc #
OPTIONS /ngAdviser/queryOrgSrc queryOrgSrc #
GET /ngAdviser/queryPartnersInfo 获取合作方信息 #
GET /ngAdviser/querySignWechatList querySignWechaList #
HEAD /ngAdviser/querySignWechatList querySignWechaList #
POST /ngAdviser/querySignWechatList querySignWechaList #
PUT /ngAdviser/querySignWechatList querySignWechaList #
PATCH /ngAdviser/querySignWechatList querySignWechaList #
DELETE /ngAdviser/querySignWechatList querySignWechaList #
OPTIONS /ngAdviser/querySignWechatList querySignWechaList #
GET /ngAdviser/queryUserInfo queryUserInfo #
HEAD /ngAdviser/queryUserInfo queryUserInfo #
POST /ngAdviser/queryUserInfo queryUserInfo #
PUT /ngAdviser/queryUserInfo queryUserInfo #
PATCH /ngAdviser/queryUserInfo queryUserInfo #
DELETE /ngAdviser/queryUserInfo queryUserInfo #
OPTIONS /ngAdviser/queryUserInfo queryUserInfo #
POST /ngAdviser/savePartnersInfo 保存合作方信息 #
POST /ngAdviser/saveUpdateSignWechatInfo saveUpdateSignWechatInfo #
GET /ngAdviser/sysUserLogin 顾问登陆 #
GET /ngAdviser/upload upload #
HEAD /ngAdviser/upload upload #
POST /ngAdviser/upload upload #
PUT /ngAdviser/upload upload #
PATCH /ngAdviser/upload upload #
DELETE /ngAdviser/upload upload #
OPTIONS /ngAdviser/upload upload #
GET /ngAdviser/userRegister 顾问帮用户注册 #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/51offer-ngadviser-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

51offer-ngadviser-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: 51offer Horizon Site Ng Adviser API
  version: '1.0'
  summary: 51offer official-site (www.51offer.com) JSON API surface
  description: Machine-readable description of the public JSON API surface of 51offer's official study-abroad site (www.51offer.com).
  contact:
    name: 51offer
    email: woodrow.w@51offer.com
    url: https://www.51offer.com/
  x-provenance:
    converted-from: Swagger 1.2
    source: https://www.51offer.com/api-docs
    fetched: '2026-09-05'
servers:
- url: https://www.51offer.com
  description: '51offer official site API host. Verified live 2026-09-05: GET /ngGpaCalc/constants returned HTTP 200 application/json.'
- url: https://m.51offer.com
  description: 51offer mobile-site host. Serves the same Swagger 1.2 documents at /api-docs (HTTP 200, application/json, 2026-09-05).
tags:
- name: ngAdviser
  description: 顾问控制层
paths:
  /ngAdviser/checkUserMobile:
    get:
      operationId: checkUserMobile
      tags:
      - ngAdviser
      summary: 核查用户手机号是否已经被注册过
      parameters:
      - name: region
        in: query
        required: true
        schema:
          type: string
      - name: mobile
        in: query
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_boolean_f50dfc'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/exportExcelData:
    get:
      operationId: exportExcelData
      tags:
      - ngAdviser
      summary: 导出excel
      parameters:
      - name: startTime
        in: query
        required: false
        schema:
          type: string
      - name: endTime
        in: query
        required: false
        schema:
          type: string
      - name: src
        in: query
        required: false
        schema:
          type: string
      - name: telephone
        in: query
        required: false
        schema:
          type: string
      - name: source
        in: query
        required: false
        schema:
          type: string
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getAuthority:
    get:
      operationId: ngAdviser_getAuthority_2
      tags:
      - ngAdviser
      summary: 根据用户权限
      description: 根据条件查询用户信息
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_string_f13f7f'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getCountryList:
    get:
      operationId: getCountryList
      tags:
      - ngAdviser
      summary: 获取可申请国家列表
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Country_4307e8'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getDictInfo:
    get:
      operationId: getDictInfoBypcode
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    head:
      operationId: ngAdviser_getDictInfoBypcode_2
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    post:
      operationId: ngAdviser_getDictInfoBypcode_3
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    put:
      operationId: ngAdviser_getDictInfoBypcode_4
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    patch:
      operationId: ngAdviser_getDictInfoBypcode_5
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    delete:
      operationId: ngAdviser_getDictInfoBypcode_6
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    options:
      operationId: ngAdviser_getDictInfoBypcode_7
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    trace:
      operationId: ngAdviser_getDictInfoBypcode_8
      tags:
      - ngAdviser
      summary: getDictInfoBypcode
      parameters:
      - name: pcode
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Dict_628083'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getSrcByStoreId:
    get:
      operationId: getSrcByStoreId
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    head:
      operationId: ngAdviser_getSrcByStoreId_2
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    post:
      operationId: ngAdviser_getSrcByStoreId_3
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    put:
      operationId: ngAdviser_getSrcByStoreId_4
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    patch:
      operationId: ngAdviser_getSrcByStoreId_5
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    delete:
      operationId: ngAdviser_getSrcByStoreId_6
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    options:
      operationId: ngAdviser_getSrcByStoreId_7
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    trace:
      operationId: ngAdviser_getSrcByStoreId_8
      tags:
      - ngAdviser
      summary: getSrcByStoreId
      parameters:
      - name: storeId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_AllianceStore_f306f7'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getSysUsersList:
    get:
      operationId: getSysUsersList
      tags:
      - ngAdviser
      summary: 获取顾问信息
      parameters:
      - name: username
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SysUsers_0356ba'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getUsersList:
    get:
      operationId: getUsersList
      tags:
      - ngAdviser
      summary: 获取用户信息
      parameters:
      - name: uid
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: mobile
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_Users_81a132'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/getUsersPartnerInfoList:
    get:
      operationId: getUsersPartnerInfoList
      tags:
      - ngAdviser
      summary: 根据条件查询用户信息
      parameters:
      - name: orgId
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: startTime
        in: query
        required: false
        schema:
          type: string
      - name: endTime
        in: query
        required: false
        schema:
          type: string
      - name: src
        in: query
        required: false
        schema:
          type: string
      - name: telephone
        in: query
        required: false
        schema:
          type: string
      - name: source
        in: query
        required: false
        schema:
          type: string
      - name: uid
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: srcs
        in: query
        required: false
        schema:
          $ref: '#/components/schemas/List'
      - name: pageNo
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: pageSize
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: beginRow
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: endRow
        in: query
        required: false
        schema:
          type: integer
          format: int32
      - name: limit
        in: query
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_UsersPartnerInfo_c9de4a'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/queryChannelList:
    get:
      operationId: queryChannelList
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    head:
      operationId: ngAdviser_queryChannelList_2
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    post:
      operationId: ngAdviser_queryChannelList_3
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    put:
      operationId: ngAdviser_queryChannelList_4
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    patch:
      operationId: ngAdviser_queryChannelList_5
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    delete:
      operationId: ngAdviser_queryChannelList_6
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    options:
      operationId: ngAdviser_queryChannelList_7
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    trace:
      operationId: ngAdviser_queryChannelList_8
      tags:
      - ngAdviser
      summary: queryChannelList
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_ChannelInfo_c68762'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/queryOrgSrc:
    get:
      operationId: queryOrgSrc
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    head:
      operationId: ngAdviser_queryOrgSrc_2
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    post:
      operationId: ngAdviser_queryOrgSrc_3
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    put:
      operationId: ngAdviser_queryOrgSrc_4
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    patch:
      operationId: ngAdviser_queryOrgSrc_5
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    delete:
      operationId: ngAdviser_queryOrgSrc_6
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    options:
      operationId: ngAdviser_queryOrgSrc_7
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    trace:
      operationId: ngAdviser_queryOrgSrc_8
      tags:
      - ngAdviser
      summary: queryOrgSrc
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_Map_string_object_5812ac'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/queryPartnersInfo:
    get:
      operationId: queryPartnersInfo
      tags:
      - ngAdviser
      summary: 获取合作方信息
      parameters:
      - name: username
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SysPartners_77c335'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
  /ngAdviser/querySignWechatList:
    get:
      operationId: querySignWechaList
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SignWechatCode_fccc47'
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    head:
      operationId: ngAdviser_querySignWechaList_2
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SignWechatCode_fccc47'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    post:
      operationId: ngAdviser_querySignWechaList_3
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SignWechatCode_fccc47'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    put:
      operationId: ngAdviser_querySignWechaList_4
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SignWechatCode_fccc47'
        '201':
          description: Created
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
        '404':
          description: Not Found
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    patch:
      operationId: ngAdviser_querySignWechaList_5
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HttpResult_List_SignWechatCode_fccc47'
        '204':
          description: No Content
        '401':
          description: Unauthorized
        '403':
          description: Forbidden
      x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser
    delete:
      operationId: ngAdviser_querySignWechaList_6
      tags:
      - ngAdviser
      summary: querySignWechaList
      requestBody:
        required: false
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/SignWechatCodeVO'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/compone

# --- truncated at 32 KB (67 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/51offer/refs/heads/main/openapi/51offer-ngadviser-api-openapi.yml