openapi: 3.1.0 info: title: 51offer Horizon Site 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). Converted, without additions, from the Swagger 1.2 documents 51offer itself serves at https://www.51offer.com/api-docs — whose own info block reads "Horizon Site APIConfig List / 51offer官网所有开放接口清单" (the list of all open interfaces on the 51offer official site) with contact woodrow.w@51offer.com. Every path, method, operationId, summary, parameter, response code and model here comes from those documents; nothing was invented. Endpoints cover DIY study-abroad applications, school selection and matching, adviser and channel services, the mall/ordering and refund flows, GPA calculation, language-training correction, sign-in and user profile. 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: diym description: diy材料申请信息控制层 - name: ngEnroll description: Enroll Controller - name: ngAdviser description: 顾问控制层 - name: ngAlliance description: 大总管服务控制层 - name: ngDeliveryChannel description: 渠道限时兑换礼包相关控制层 - name: ngDiy description: Diy服务控制层 - name: ngdiyapplypay description: Diy申请支付服务控制 - name: ngdiychooseSchool description: diy选校控制器 - name: ngdiypositioningnotice description: diy定位通知服务 - name: ngdiyselectschool description: Diy选校控制器前置 - name: ngdiysinglepage description: diy单品页控制器 - name: ngDoubleTwelve description: 双十二活动服务控制层 - name: ngGpaCalc description: GPA计算器 - name: ngHome description: H5首页控制层 - name: ngLanCorrect description: 语培口语批改 - name: ngMall description: 商城控制层 - name: ngPayCoupon description: 51品牌节支付优惠券 - name: ngPic description: 文章图片更新控制层 - name: ngrefund description: 订单退款控制层 - name: ngUserInfo description: runway用户控制层 - name: ngSign description: Sign Controller paths: /diym/apply/delete/file: get: operationId: deleteMaterialFileInfo tags: - diym summary: diy申请信息 description: 删除上传的材料信息 requestBody: required: false content: application/json: schema: type: integer format: int32 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/diymapply /diym/apply/getCityByProvince: get: operationId: getCityByProvince tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply head: operationId: diym_getCityByProvince_2 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply post: operationId: diym_getCityByProvince_3 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '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/diymapply put: operationId: diym_getCityByProvince_4 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '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/diymapply patch: operationId: diym_getCityByProvince_5 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply delete: operationId: diym_getCityByProvince_6 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply options: operationId: diym_getCityByProvince_7 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply trace: operationId: diym_getCityByProvince_8 tags: - diym summary: getCityByProvince description: getCityByProvince parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CMSCity_c63aae' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply /diym/apply/getCountyByCity: get: operationId: getCountyByCity tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply head: operationId: diym_getCountyByCity_2 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply post: operationId: diym_getCountyByCity_3 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '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/diymapply put: operationId: diym_getCountyByCity_4 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '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/diymapply patch: operationId: diym_getCountyByCity_5 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply delete: operationId: diym_getCountyByCity_6 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply options: operationId: diym_getCountyByCity_7 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply trace: operationId: diym_getCountyByCity_8 tags: - diym summary: getCountyByCity description: getCountyByCity parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_CityCounty_269c0c' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply /diym/apply/getProvinceByCountry: get: operationId: getProvinceByCountry tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply head: operationId: diym_getProvinceByCountry_2 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply post: operationId: diym_getProvinceByCountry_3 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '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/diymapply put: operationId: diym_getProvinceByCountry_4 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '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/diymapply patch: operationId: diym_getProvinceByCountry_5 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply delete: operationId: diym_getProvinceByCountry_6 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply options: operationId: diym_getProvinceByCountry_7 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply trace: operationId: diym_getProvinceByCountry_8 tags: - diym summary: getProvinceByCountry description: getProvinceByCountry parameters: - name: id in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Area_f64d77' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply /diym/apply/query/apply: post: operationId: getUserMainApplyInfo tags: - diym summary: diy申请信息 description: 查询申请信息 requestBody: required: false content: application/json: schema: type: array items: type: integer responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_UsersApplyInfoVO_61ce7d' '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/diymapply /diym/apply/query/common: get: operationId: getCommonInfo tags: - diym summary: diy申请信息 description: 查询通用信息 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/diymapply /diym/apply/query/list: get: operationId: getApplySchoolList tags: - diym summary: diy申请信息 description: 用户待提交材料订单列表 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_OrderVO_89c6f2' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply /diym/apply/query/mainStatus: post: operationId: getUserMainApplyStatus tags: - diym summary: diy申请信息 description: 查询申请信息状态 requestBody: required: false content: application/json: schema: type: array items: type: integer 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/diymapply /diym/apply/query/status: get: operationId: getOrderSubmitStatus tags: - diym summary: diy申请信息 description: 查询子订单状态信息 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_DiyMaterialOrder_066184' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymapply /diym/apply/save/status: post: operationId: updateOrderSubmitStatus tags: - diym summary: diy申请信息 description: 保存子订单状态信息 requestBody: required: false content: application/json: schema: type: array items: type: integer responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymapply /diym/basic/delete/education: get: operationId: deleteUserEducationInfo tags: - diym summary: diy个人信息 description: 删除用户教育背景 requestBody: required: false content: application/json: schema: type: integer format: int32 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/diymbasic /diym/basic/delete/language: get: operationId: deleteUserLanguageScoreInfo tags: - diym summary: diy个人信息 description: 删除用户语言成绩信息 requestBody: required: false content: application/json: schema: type: integer format: int32 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/diymbasic /diym/basic/delete/work: get: operationId: deleteUserWorkInfo tags: - diym summary: diy个人信息 description: 删除用户工作经历信息 requestBody: required: false content: application/json: schema: type: integer format: int32 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/diymbasic /diym/basic/query/basicinfo: get: operationId: getUserBasicInfo tags: - diym summary: diy个人信息 description: 查询用户基本信息 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_UsersInfoVO_fe4808' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymbasic /diym/basic/query/education: get: operationId: getUserEducationInfo tags: - diym summary: diy个人信息 description: 查询用户教育背景 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersEducationVO_f1a5d3' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymbasic /diym/basic/query/language: get: operationId: getUserLanguageScoreInfo tags: - diym summary: diy个人信息 description: 查询用户语言成绩信息 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersLanguageScoreVO_3a3339' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymbasic /diym/basic/query/work: get: operationId: getUserWorkInfo tags: - diym summary: diy个人信息 description: 查询用户工作经历信息 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersWorkVO_99b986' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymbasic /diym/basic/save/basicinfo: post: operationId: saveUserBasicInfo tags: - diym summary: diy个人信息 description: 保存用户基本信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymbasic /diym/basic/save/education: post: operationId: saveUserEducationInfo tags: - diym summary: diy个人信息 description: 保存用户教育背景 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/UsersEducationVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymbasic /diym/basic/save/language: post: operationId: saveUserLanguageScoreInfo tags: - diym summary: diy个人信息 description: 保存用户语言成绩信息 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/UsersLanguageScoreVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymbasic /diym/basic/save/work: post: operationId: saveUserWorkInfo tags: - diym summary: diy个人信息 description: 保存用户工作经历信息 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/UsersWorkVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymbasic /diym/qrcode/check: get: operationId: checkQrCode tags: - diym summary: diy扫码登录 description: 校验二维码 requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymqrcode /diym/qrcode/create: get: operationId: createQrCode tags: - diym summary: diy扫码登录 description: 生成二维码 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymqrcode /diym/qrcode/login: get: operationId: login tags: - diym summary: diy扫码登录 description: 登陆 requestBody: required: false content: application/json: schema: type: object properties: session: type: string thirdChannelId: type: integer format: int32 uuid: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/diymqrcode /diym/qrcode/logout: get: operationId: logout tags: - diym summary: logout description: logout responses: '200': description: OK content: application/json: schema: type: string '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymqrcode /diym/school/delete/ps: get: operationId: deleteUserPSInfo tags: - diym summary: diy学校材料 description: 删除当前子订单用户个人陈述信息 requestBody: required: false content: application/json: schema: type: object properties: id: type: integer format: int32 orderId: type: integer format: int32 x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/diymschool /diym/school/delete/reference: get: operationId: deleteUserSuborderReferenceInfo tags: - diym summary: diy学校材料 description: 删除当前子订单用户推荐人及推荐信全部信息 requestBody: required: false content: application/json: schema: type: object properties: id: type: integer format: int32 orderId: type: integer format: int32 x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/diymschool /diym/school/delete/suborderother: get: operationId: deleteUserSuborderOtherInfo tags: - diym summary: diy学校材料 description: 删除当前子订单用户作品及其他信息 requestBody: required: false content: application/json: schema: type: object properties: id: type: integer format: int32 orderId: type: integer format: int32 x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/diymschool /diym/school/query/ps: get: operationId: getUserPSInfo tags: - diym summary: diy学校材料 description: 查询当前子订单用户个人陈述信息 requestBody: required: false content: application/json: schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_MaterialSuborderPs_13bc4a' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymschool /diym/school/query/psList: get: operationId: diym_getUserPSInfo_2 tags: - diym summary: diy学校材料 description: 查询当前子订单用户个人陈述信息 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_MaterialSuborderPs_27499a' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymschool /diym/school/query/reference: get: operationId: getUserSuborderReferenceInfo tags: - diym summary: diy学校材料 description: 查询当前子订单用户推荐信信息 requestBody: required: false content: application/json: schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersReferenceVO_94b319' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymschool /diym/school/query/suborderother: get: operationId: getUserSuborderOtherInfo tags: - diym summary: diy学校材料 description: 查询当前子订单用户作品及其他信息 requestBody: required: false content: application/json: schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_MaterialSuborderOther_e3a16c' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymschool /diym/school/query/suborderotherList: get: operationId: diym_getUserSuborderOtherInfo_2 tags: - diym summary: diy学校材料 description: 根据uid查询用户作品及其他信息列表 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_MaterialSuborderOther_df22a6' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/diymschool /diym/school/save/ps: post: operationId: saveUserPSInfo tags: - diym summary: diy学校材料 description: 保存当前子订单用户个人陈述信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/MaterialSuborderPs' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymschool /diym/school/save/reference: post: operationId: saveUserSuborderReferenceInfo tags: - diym summary: diy学校材料 description: 保存当前子订单用户推荐信信息 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/UsersReferenceVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymschool /diym/school/save/suborderother: post: operationId: saveUserSuborderOtherInfo tags: - diym summary: diy学校材料 description: 保存当前子订单用户作品及其他信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/MaterialSuborderOther' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/diymschool /ngEnroll/getAuthority: get: operationId: getAuthority tags: - ngEnroll summary: 根据用户权限 description: 根据条件查询用户信息 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/enroll-controller /ngEnroll/getSysUserList: get: operationId: getSysUserList tags: - ngEnroll summary: 获取招生老师信息 description: 获取招生老师信息 parameters: - name: token in: query required: true schema: type: string 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/enroll-controller /ngEnroll/login: get: operationId: index tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller head: operationId: ngEnroll_index_2 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller post: operationId: ngEnroll_index_3 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '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/enroll-controller put: operationId: ngEnroll_index_4 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '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/enroll-controller patch: operationId: ngEnroll_index_5 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller delete: operationId: ngEnroll_index_6 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller options: operationId: ngEnroll_index_7 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller trace: operationId: ngEnroll_index_8 tags: - ngEnroll summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/enroll-controller /ngEnroll/queryRunwaySysUserById: get: operationId: queryRunwaySysUserBySysUid tags: - ngEnroll summary: 获取顾问信息详情 description: 获取顾问信息详情 parameters: - name: id in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string 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/enroll-controller /ngEnroll/queryRunwaySysUserInfoList: get: operationId: queryRunwaySysUserInfoList tags: - ngEnroll summary: 获取管理人员信息列表 description: 获取管理人员信息列表 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RunwaySysUserInfoSearch' 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/enroll-controller /ngEnroll/queryRunwayUserInfoById: get: operationId: queryRunwayUserInfoByApplyId tags: - ngEnroll summary: 获取用户申请信息详情 description: 获取用户申请信息详情 parameters: - name: id in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string 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/enroll-controller /ngEnroll/queryRunwayUserInfoList: get: operationId: queryRunwayUserInfoList tags: - ngEnroll summary: 获取用户申请信息列表 description: 获取用户申请信息列表 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RunwayUserInfoSearch' 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/enroll-controller /ngEnroll/sendMessage: get: operationId: sendRunwayMessage tags: - ngEnroll summary: 发送短信 description: 发送短信 parameters: - name: applyId in: query required: true schema: type: string - name: token in: query required: true schema: type: string 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/enroll-controller /ngEnroll/updateRunwaySysUser: get: operationId: updateRunwaySysUserById tags: - ngEnroll summary: 变更或新增顾问信息 description: 变更或新增顾问信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RunwaySysUser' 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/enroll-controller /ngEnroll/updateRunwayUserInfoById: get: operationId: updateRunwayUserInfoByApplyId tags: - ngEnroll summary: 变更申请信息 description: 变更申请信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RunwayUserInfo' 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/enroll-controller /ngAdviser/checkUserMobile: get: operationId: checkUserMobile tags: - ngAdviser summary: 核查用户手机号是否已经被注册过 description: 核查用户手机号是否已经被注册过 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 description: 导出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: 获取可申请国家列表 description: 获取可申请国家列表 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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: 获取顾问信息 description: 获取顾问信息 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: 获取用户信息 description: 获取用户信息 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: 根据条件查询用户信息 description: 根据条件查询用户信息 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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: 获取合作方信息 description: 获取合作方信息 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 description: 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 description: 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 description: 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 description: 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 description: 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 description: 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 options: operationId: ngAdviser_querySignWechaList_7 tags: - ngAdviser summary: querySignWechaList description: 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 trace: operationId: ngAdviser_querySignWechaList_8 tags: - ngAdviser summary: querySignWechaList description: 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 /ngAdviser/queryUserInfo: get: operationId: queryUserInfo tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_2 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_3 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_4 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_5 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_6 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_7 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '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_queryUserInfo_8 tags: - ngAdviser summary: queryUserInfo description: queryUserInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UsersSignSearchVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_UsersSignVO_0f9221' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser /ngAdviser/savePartnersInfo: post: operationId: savePartnersInfo tags: - ngAdviser summary: 保存合作方信息 description: 保存合作方信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/SysPartners' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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 /ngAdviser/saveUpdateSignWechatInfo: post: operationId: saveUpdateSignWechatInfo tags: - ngAdviser summary: saveUpdateSignWechatInfo description: saveUpdateSignWechatInfo requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/SignWechatCode' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SignWechatCode_40ac55' '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 /ngAdviser/sysUserLogin: get: operationId: sysUserLogin tags: - ngAdviser summary: 顾问登陆 description: 顾问登陆 parameters: - name: username in: query required: false schema: type: string - name: password in: query required: false schema: type: string 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/upload: get: operationId: upload tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_2 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_3 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_4 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_5 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_6 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_7 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '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_upload_8 tags: - ngAdviser summary: upload description: upload requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: file: type: string format: binary required: - file responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser /ngAdviser/userRegister: get: operationId: Userregister tags: - ngAdviser summary: 顾问帮用户注册 description: 顾问帮用户注册 parameters: - name: studentId in: query required: false schema: type: integer format: int32 - name: mobile in: query required: true schema: type: string - name: region in: query required: true schema: type: string - name: src in: query required: true schema: type: string - name: isEbola in: query required: false schema: type: integer format: int32 - name: countryId in: query required: false schema: type: integer format: int32 - name: sysUid in: query required: false schema: type: integer format: int32 - name: ebolaMobile in: query required: false schema: type: string - name: pid in: query required: false schema: type: integer format: int32 - name: isSendRegMess in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngadviser /ngAlliance/addActivityAdress: get: operationId: addActivityAdress tags: - ngAlliance summary: 保存活动地址 description: 保存活动地址 parameters: - name: session in: query required: true schema: type: string - name: activityId in: query required: true schema: type: integer format: int32 - name: rubAdress in: query required: false schema: type: string - name: psAdress in: query required: false 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/ngalliance /ngAlliance/addActivityUserInfo: get: operationId: addActivityUserInfo tags: - ngAlliance summary: 添加用户参加活动信息 description: 添加用户参加活动信息 requestBody: required: false content: application/json: schema: type: object properties: session: type: string miniNum: type: integer format: int32 aid: type: string signCodeId: type: string is_newUser: type: boolean x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/ngalliance /ngAlliance/addScanInfo: get: operationId: addScanInfo tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid 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/ngalliance head: operationId: ngAlliance_addScanInfo_2 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance post: operationId: ngAlliance_addScanInfo_3 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngalliance put: operationId: ngAlliance_addScanInfo_4 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngalliance patch: operationId: ngAlliance_addScanInfo_5 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance delete: operationId: ngAlliance_addScanInfo_6 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance options: operationId: ngAlliance_addScanInfo_7 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance trace: operationId: ngAlliance_addScanInfo_8 tags: - ngAlliance summary: 添加大总管海报扫码信息 description: addScanInfo parameters: - name: session in: query required: false schema: type: string - name: miniNum in: query required: false schema: type: integer format: int32 - name: aid in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/checkWeixin: get: operationId: checkWeixin tags: - ngAlliance summary: 检查总管的微信号是否正确 description: 检查总管的微信号是否正确 parameters: - name: wxNumber 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/ngalliance /ngAlliance/getSession: get: operationId: getSession tags: - ngAlliance summary: 给审核人员专用的session description: 给审核人员专用的session requestBody: required: false content: application/json: schema: type: object properties: userName: type: string password: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/getSharepicture: get: operationId: getSharepicture tags: - ngAlliance summary: 获取分享图片 description: 获取分享图片 parameters: - name: session in: query required: true schema: type: string - name: activityId in: query required: true 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/ngalliance /ngAlliance/getSharepictureInfo: get: operationId: getSharepictureInfo tags: - ngAlliance summary: 获取邀请海报图片信息 description: 获取邀请海报图片信息 parameters: - name: session in: query required: true schema: type: string - name: activityId in: query required: true schema: type: integer format: int32 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/ngalliance /ngAlliance/getUserSession: get: operationId: getUserSession tags: - ngAlliance summary: 获取用户session description: 获取用户session parameters: - name: code in: query required: false schema: type: string - name: ddsCode in: query required: false schema: type: string - name: region in: query required: false schema: type: string - name: jsCode in: query required: false schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/AllianceUsers' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/getWechatUrl: get: operationId: getWechatUrl tags: - ngAlliance summary: 获取小程序链接 description: 获取小程序链接 parameters: - name: session in: query required: true schema: type: string - name: activityId in: query required: true schema: type: integer format: int32 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/ngalliance /ngAlliance/isVailUser: get: operationId: isVailUser tags: - ngAlliance summary: 判断用户是否有效 description: 判断用户是否有效 parameters: - name: jsCode in: query required: false schema: type: string - name: session in: query required: false schema: type: string 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/ngalliance /ngAlliance/positionalTitleInfo: get: operationId: positionalTitleInfo tags: - ngAlliance summary: 获取职位职称 description: 获取职位职称 parameters: - name: storeId in: query required: true schema: type: integer format: int32 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/ngalliance /ngAlliance/pushInviteSuccessInfo: get: operationId: pushSuccessInfo tags: - ngAlliance summary: 定时的成功邀请推送 description: 定时的成功邀请推送 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/ngalliance /ngAlliance/queryActivityInfo: get: operationId: queryActivityInfo tags: - ngAlliance summary: 获取活动信息 description: 获取活动信息 parameters: - name: session in: query required: true schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/AllianceActiveResult' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveVO_6e990e' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/queryActivityUserInfo: get: operationId: queryActivityUserInfo tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance head: operationId: ngAlliance_queryActivityUserInfo_2 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance post: operationId: ngAlliance_queryActivityUserInfo_3 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '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/ngalliance put: operationId: ngAlliance_queryActivityUserInfo_4 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '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/ngalliance patch: operationId: ngAlliance_queryActivityUserInfo_5 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance delete: operationId: ngAlliance_queryActivityUserInfo_6 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance options: operationId: ngAlliance_queryActivityUserInfo_7 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance trace: operationId: ngAlliance_queryActivityUserInfo_8 tags: - ngAlliance summary: queryActivityUserInfo description: queryActivityUserInfo parameters: - name: session in: query required: true schema: type: string - name: listType in: query required: true schema: type: string - name: pageNo in: query required: true schema: type: integer format: int32 - name: pageSize in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceActiveUsersLog_5ac030' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/queryAllianceUsersByWx: get: operationId: queryAllianceUsersByWx tags: - ngAlliance summary: 查询承接人信息 description: 查询承接人信息 parameters: - name: wx in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceUsers_c26b17' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/queryNewReleaseTime: get: operationId: queryNewReleaseTime tags: - ngAlliance summary: 根据活动类型查询最新发布时间 description: 根据活动类型查询最新发布时间 parameters: - name: session in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Map_string_string_4cefdd' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/queryReg: get: operationId: queryReg tags: - ngAlliance summary: 是否有新注册的用户 description: 是否有新注册的用户 parameters: - name: session in: query required: true schema: type: string - name: datetime in: query required: true schema: type: integer format: int64 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RegisterUserVO' 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/ngalliance /ngAlliance/queryRegUserInfo: get: operationId: queryRegUserInfo tags: - ngAlliance summary: 获取注册用户信息 description: 获取注册用户信息 parameters: - name: session in: query required: false schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/RegisterUserVO' 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/ngalliance /ngAlliance/querySalesList: get: operationId: querySalesList tags: - ngAlliance summary: 获取营销榜信息 description: 获取营销榜信息 parameters: - name: session in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_AllianceUserVO_854b7b' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/querySignPosterInfo: get: operationId: querySignPosterInfo tags: - ngAlliance summary: 获取报名活动所需海报信息 description: 获取报名活动所需海报信息 parameters: - name: session in: query required: false schema: type: string - name: aid in: query required: true schema: type: string 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/ngalliance /ngAlliance/queryStoreCoordinate: get: operationId: queryStoreCoordinate tags: - ngAlliance summary: 获取门店信息 description: 获取门店信息 parameters: - name: lat1 in: query required: false schema: type: number format: double - name: lng1 in: query required: false schema: type: number format: double 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/ngalliance /ngAlliance/queryStoreInfoByCode: get: operationId: queryStoreInfoByCode tags: - ngAlliance summary: 通过门店的唯一code值获取门店信息 description: 通过门店的唯一code值获取门店信息 parameters: - name: code in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_StoreInfoVO_e3de80' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/querySysUserInfo: get: operationId: querySysUserInfo tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance head: operationId: ngAlliance_querySysUserInfo_2 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance post: operationId: ngAlliance_querySysUserInfo_3 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '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/ngalliance put: operationId: ngAlliance_querySysUserInfo_4 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '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/ngalliance patch: operationId: ngAlliance_querySysUserInfo_5 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance delete: operationId: ngAlliance_querySysUserInfo_6 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance options: operationId: ngAlliance_querySysUserInfo_7 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance trace: operationId: ngAlliance_querySysUserInfo_8 tags: - ngAlliance summary: querySysUserInfo description: querySysUserInfo parameters: - name: username in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysUsersOrgRoleVO_7cbe03' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/queryUserInfo: get: operationId: ngAlliance_queryUserInfo_9 tags: - ngAlliance summary: 获取邀请人信息 description: 获取邀请人信息 parameters: - name: session in: query required: false schema: type: string 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/ngalliance /ngAlliance/queryUserMobile: get: operationId: queryUserMobile tags: - ngAlliance summary: 获取报名用户手机号 description: 获取报名用户手机号 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngalliance /ngAlliance/reviseUserInfo: get: operationId: reviseUserInfo tags: - ngAlliance summary: 修改用户信息 description: 修改用户信息 parameters: - name: session in: query required: true schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/AllianceUsers' 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/ngalliance /ngAlliance/reviseUserMobile: get: operationId: reviseUserMobile tags: - ngAlliance summary: 修改用户手机号 description: 修改用户手机号 parameters: - name: code in: query required: false schema: type: string - name: ddsCode in: query required: false schema: type: string - name: region in: query required: false schema: type: string - name: session in: query required: true schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/AllianceUsers' 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/ngalliance /ngAlliance/sendExplosiveActInfo: get: operationId: sendExplosiveActInfo tags: - ngAlliance summary: 爆款活动扫码通知 description: 爆款活动扫码通知 parameters: - name: aid in: query required: true schema: type: string - name: userName 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/ngalliance /ngAlliance/updateUserStatus: get: operationId: ngAlliance_addActivityAdress_2 tags: - ngAlliance summary: 改变邀请人状态 description: 改变邀请人状态 parameters: - name: session in: query required: true schema: type: string - name: activityId in: query required: true schema: type: integer format: int32 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/ngalliance /ngDeliveryChannel/createOrderChannel: get: operationId: createOrderByDt tags: - ngDeliveryChannel summary: 渠道投放微信小程序下单 description: 渠道投放微信小程序下单 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_5d5fab' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdeliverychannel /ngDeliveryChannel/exchangeResources: get: operationId: exchangeResources tags: - ngDeliveryChannel summary: 使用兑换码兑换留学礼包 description: 使用兑换码兑换留学礼包 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: welfareVoucherCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdeliverychannel /ngDeliveryChannel/receiveDatagram: get: operationId: receiveDatagram tags: - ngDeliveryChannel summary: 领取留学包资源 description: 领取留学包资源 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: emailAddress 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/ngdeliverychannel /ngDeliveryChannel/whetherReceive: get: operationId: whetherReceive tags: - ngDeliveryChannel summary: 是否已经购买或兑换过留学礼包 description: 是否已经购买或兑换过留学礼包 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 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/ngdeliverychannel /ngDiy/checkDiyOrderInfo: get: operationId: getUserCheckOrderInfo tags: - ngDiy summary: 获取用户确认订单信息 description: 获取用户确认订单信息 parameters: - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: false schema: type: integer format: int32 - name: couponNo in: query required: false schema: type: string - name: cancelCoupon in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_-_3affa5' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/checkEmail: get: operationId: checkEmail tags: - ngDiy summary: 邮箱号是否存在 description: 邮箱号是否存在 parameters: - name: email 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/ngdiy /ngDiy/getEmailPostfix: get: operationId: getEmailPostfix tags: - ngDiy summary: 获取邮箱后缀 description: 获取邮箱后缀 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/getMailDetail: get: operationId: getMailDetail tags: - ngDiy summary: 获取收件信详情 description: 获取收件信详情 parameters: - name: mailId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_d4e4aa' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/getUserMailList: get: operationId: getUserMailList tags: - ngDiy summary: 获取所有的收件信信息 description: 获取所有的收件信信息 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_47fc17' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/queryGoodsInfo: get: operationId: queryGoodsInfo tags: - ngDiy summary: 获取商品信息 description: 获取商品信息 parameters: - name: skuId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Sku_a71c3a' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/queryUserEmailInfo: get: operationId: queryUserEmailInfo tags: - ngDiy summary: 获取用户邮箱信息 description: 获取用户邮箱信息 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_MaterialOtherVO_6ed5d6' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/saveApplyEmail: get: operationId: saveApplyEmail tags: - ngDiy summary: 申请开通邮箱号 description: 申请开通邮箱号 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/MaterialOther' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_string_3275da' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/update2Read: get: operationId: update2Read tags: - ngDiy summary: 设置邮件为已读状态 description: 设置邮件为已读状态 parameters: - name: mailId in: query required: true schema: type: integer format: int32 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/ngdiy /ngDiy/wechat_createOrder: get: operationId: createOrderByWx tags: - ngDiy summary: 微信小程序下单 description: 微信小程序下单 parameters: - name: session in: query required: true schema: type: string - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: false schema: type: integer format: int32 - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: couponNo in: query required: true schema: type: string - name: psuid in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_5d5fab' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngDiy/wechat_userOrder: get: operationId: queryUserOrder tags: - ngDiy summary: 获取用户订单 description: 获取用户订单 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: type in: query required: true schema: type: string - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_-_d79457' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiy /ngdiyapplypay/checkDiyPayInfo: get: operationId: checkDiyPayInfo tags: - ngdiyapplypay summary: 确认订单信息 description: 确认订单信息 parameters: - name: session in: query required: true schema: type: string - name: orderCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyapplypay /ngdiyapplypay/payApplyForDiy: get: operationId: payApplyForDiy tags: - ngdiyapplypay summary: diy微信支付 description: diy微信支付 parameters: - name: session in: query required: true schema: type: string - name: orderCode in: query required: true schema: type: string 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/ngdiyapplypay /ngdiychooseSchool/enterRecommend: get: operationId: enterRecommend tags: - ngdiychooseSchool summary: 确认申请 description: 确认申请 parameters: - name: orderId in: query required: true schema: type: integer format: int32 - name: countryId in: query required: true schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: goodsId in: query required: true schema: type: integer format: int32 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/ngdiychooseschool /ngdiychooseSchool/finalMaterial: get: operationId: finalMaterial tags: - ngdiychooseSchool summary: 提交最后的申请 description: 提交最后的申请 parameters: - name: id in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string 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/ngdiychooseschool /ngdiychooseSchool/generateSnapshot: get: operationId: generateSnapshot tags: - ngdiychooseSchool summary: 生成快照 description: 生成快照 parameters: - name: session in: query required: true schema: type: string - name: id in: query required: true schema: type: integer format: int32 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/ngdiychooseschool /ngdiychooseSchool/getChooseSchoolList: get: operationId: getChooseSchoolList tags: - ngdiychooseSchool summary: 待确认列表 description: 待确认列表 parameters: - name: session in: query required: true schema: type: string 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/ngdiychooseschool /ngdiychooseSchool/getThirdUserInfo: get: operationId: getThirdUserInfo tags: - ngdiychooseSchool summary: 查询用户信息 description: 查询用户信息 parameters: - name: session in: query required: true schema: type: string 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/ngdiychooseschool /ngdiychooseSchool/handerConstantsForDIY: get: operationId: handerConstantsForDIY tags: - ngdiychooseSchool summary: 查看常量 description: 查看常量 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/ngdiychooseschool /ngdiychooseSchool/viewFinalMaterial: get: operationId: viewFinalMaterial tags: - ngdiychooseSchool summary: 查看快照信息 description: 查看快照信息 parameters: - name: session in: query required: true schema: type: string - name: id in: query required: true schema: type: integer format: int32 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/ngdiychooseschool /ngdiypositioningnotice/checkDiyUserType: get: operationId: checkDiyUserType tags: - ngdiypositioningnotice summary: 判断用户是否有效 description: 判断用户是否有效 parameters: - name: session in: query required: true schema: type: string - name: firstCountry in: query required: false schema: type: integer format: int32 - name: education in: query required: false schema: type: integer format: int32 - name: aetAttendGrade in: query required: false schema: type: integer format: int32 - name: hopeYear in: query required: false schema: type: integer format: int32 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/ngdiypositioningnotice /ngdiypositioningnotice/getUserPayGoods: get: operationId: getUserPayGoods tags: - ngdiypositioningnotice summary: 用户是否支付当前商品 description: 用户是否支付当前商品 parameters: - name: paymentId in: query required: true schema: type: integer format: int32 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/ngdiypositioningnotice /ngdiypositioningnotice/getUserZeroGoods: get: operationId: getUserZeroGoods tags: - ngdiypositioningnotice summary: 用户是否购买DIY0元商品 description: 用户是否购买DIY0元商品 parameters: - name: session 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/ngdiypositioningnotice /ngdiypositioningnotice/leaveMiniProgram: get: operationId: getLeaveMiniProgram tags: - ngdiypositioningnotice summary: 检查用户是否离开小程序 description: 检查用户是否离开小程序 parameters: - name: session 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/ngdiypositioningnotice /ngdiypositioningnotice/unsubmittedIntentionalOrder: get: operationId: unsubmittedIntentionalOrder tags: - ngdiypositioningnotice summary: 检查用户是否点击了选好了,提交至顾问评估按钮 description: 检查用户是否点击了选好了,提交至顾问评估按钮 parameters: - name: session 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/ngdiypositioningnotice /ngdiypositioningnotice/unsubmittedUserThreeStepInfo: get: operationId: unsubmittedUserThreeStepInfo tags: - ngdiypositioningnotice summary: 检查用户是否点击了立即选校按钮 description: 检查用户是否点击了立即选校按钮 parameters: - name: session 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/ngdiypositioningnotice /ngdiyselectschool/addCart: get: operationId: addCart tags: - ngdiyselectschool summary: 添加意向单 description: 添加意向单 parameters: - name: uid in: query required: false schema: type: integer format: int32 description: 用户uid - name: applyCountryId in: query required: true schema: type: integer format: int32 description: 申请国家 - name: applyEducationId in: query required: true schema: type: integer format: int32 description: 申请学历 - name: schoolId in: query required: true schema: type: integer format: int32 description: 学校 id - name: categoryId in: query required: false schema: type: integer format: int32 description: 档次 - name: isRecommend in: query required: false schema: type: integer format: int32 description: 是否为推荐学校 - name: majorId in: query required: false schema: type: integer format: int32 description: 专业 - name: couresId in: query required: false schema: type: integer format: int32 description: 课程 (预科) - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/checkDiyUserType: get: operationId: ngdiyselectschool_checkDiyUserType_2 tags: - ngdiyselectschool summary: diy用户成单类型分类 description: diy用户成单类型分类 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/confirmIntentions: get: operationId: confirmIntentions tags: - ngdiyselectschool summary: 确认意向申请单 description: 确认意向申请单 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 - name: id in: query required: true schema: type: integer format: int32 - name: countryId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/deleteCartMajor: get: operationId: deleteCartMajor tags: - ngdiyselectschool summary: 删除意向专业(两种方式:1.、根据id删除。 2、根据degreeId,schoolId,majorId删除) description: 删除意向专业(两种方式:1.、根据id删除。 2、根据degreeId,schoolId,majorId删除) parameters: - name: id in: query required: false schema: type: integer format: int32 - name: degreeId in: query required: false schema: type: integer format: int32 - name: schoolId in: query required: false schema: type: integer format: int32 - name: majorId in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/deleteCartSchool: get: operationId: deleteCartSchool tags: - ngdiyselectschool summary: 删除意向学校 description: 删除意向学校 parameters: - name: id in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/getApplyPlanList: get: operationId: getApplyPlanList tags: - ngdiyselectschool summary: 获取申请方案列表 description: 获取衔接专业列表 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/getCartCountry: get: operationId: getCartCountry tags: - ngdiyselectschool summary: 获取用户意向列表(隐藏已经提交的意向单) description: 获取用户意向列表(隐藏已经提交的意向单) parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Map_string_object_43a756' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getCartCountry2: get: operationId: getCartCountry2 tags: - ngdiyselectschool summary: 获取用户意向列表(显示全部的意向单) description: 获取用户意向列表(显示全部的意向单) parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Map_string_object_43a756' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getCartCountryCount: get: operationId: getCartCountryCount tags: - ngdiyselectschool summary: 获取用户意向列表数量 description: 获取用户意向列表数量 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/getCartMajorView: get: operationId: getCartMajorView tags: - ngdiyselectschool summary: 添加专业弹出层列表-分页 数据 description: 添加专业弹出层列表-分页 数据 parameters: - name: degreeId in: query required: true schema: type: integer format: int32 - name: schoolId in: query required: true schema: type: integer format: int32 - name: pageNo in: query required: false schema: type: integer format: int32 - name: keywords in: query required: false schema: type: string - name: pro in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/getCoursesType: get: operationId: getCoursesType tags: - ngdiyselectschool 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/ngdiyselectschool /ngdiyselectschool/getCurrentSchoolsByName: get: operationId: getCurrentSchoolsByName tags: - ngdiyselectschool summary: 根据关键字模糊搜索就读学校 description: 根据关键字模糊搜索就读学校 parameters: - name: schoolName in: query required: true schema: type: string - name: limitSize in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_University_5b7f89' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getJoinMajor: get: operationId: getJoinMajor tags: - ngdiyselectschool summary: 获取衔接专业列表 description: 获取衔接专业列表 parameters: - name: courseId in: query required: false schema: type: integer format: int32 - name: degreeId in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 description: thirdChannelI responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Major_58fd76' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getLanguageType: get: operationId: getLanguageType tags: - ngdiyselectschool summary: 语言类型枚举DIy description: 语言类型枚举DIy 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/ngdiyselectschool /ngdiyselectschool/getMajorCategoryByDirectionId: get: operationId: getMajorCategoryByDirectionId tags: - ngdiyselectschool summary: 获取专业分类(小类) description: 获取专业分类(小类) parameters: - name: directionId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_MajorCategory_f959a6' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getMajorDirection: get: operationId: getMajorDirection tags: - ngdiyselectschool summary: 获取专业方向(大类) description: 获取专业方向(大类) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_MajorDirection_55f171' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getOneStep: get: operationId: getOneStep tags: - ngdiyselectschool summary: 获取diy第一划数据 description: 获取diy第一划数据 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/ngdiyselectschool /ngdiyselectschool/getSchoolList: get: operationId: getSchoolList tags: - ngdiyselectschool summary: 普通查询、智能排序和关键词搜索选校列表 description: 普通查询、智能排序和关键词搜索选校列表 parameters: - name: countryId in: query required: true schema: type: integer format: int32 - name: degreeId in: query required: true schema: type: integer format: int32 - name: sort in: query required: false schema: type: string - name: filter in: query required: false schema: type: string - name: categoryId in: query required: false schema: type: integer format: int32 - name: page in: query required: false schema: type: integer format: int32 - name: query in: query required: false schema: type: string - name: limit in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_IntelligentSchool_807cb4' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getUserType: get: operationId: getUserType tags: - ngdiyselectschool summary: getUserType description: getUserType parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_int_f2bae6' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/getUsersThreestepsIsFull: get: operationId: getUsersThreestepsIsFull tags: - ngdiyselectschool summary: 判断用户三滑信息是否完整 description: 获取用户三滑VO数据 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/getUsersThreestepsVO: get: operationId: getUsersThreestepsVO tags: - ngdiyselectschool summary: 获取用户三滑VO数据 description: 获取用户三滑VO数据 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_UserDiyThreestepVO_a0208d' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/intelligent: get: operationId: queryApplyCountByUniversity tags: - ngdiyselectschool summary: 根据用户背景获取智能选校结果--智能选校 description: 根据用户背景获取智能选校结果--智能选校 parameters: - name: keywords in: query required: false schema: type: string - name: countryId in: query required: false schema: type: integer format: int32 - name: rankType in: query required: false schema: type: string - name: degreeName in: query required: false schema: type: string - name: currPage in: query required: false schema: type: integer format: int32 - name: pageSize in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Map_string_object_43a756' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/readSearchChinaSchoolMajorXML2String: get: operationId: readSearchChinaSchoolMajorXML2String tags: - ngdiyselectschool summary: 模糊查询就读专业 description: 模糊查询就读专业 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 - name: count in: query required: false schema: type: integer format: int32 - name: searchKey in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_Docele_6e8881' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdiyselectschool /ngdiyselectschool/recordSceneSrc: get: operationId: recordSceneSrc tags: - ngdiyselectschool summary: 场景渠道记录 description: 场景渠道记录 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 - name: platform in: query required: true schema: type: string - name: channel in: query required: true schema: type: string - name: scene 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/ngdiyselectschool /ngdiyselectschool/saveUsersOneSteps: get: operationId: saveUsersOneSteps tags: - ngdiyselectschool summary: 保存第一滑和第二滑信息 description: 保存第一滑和第二滑信息 parameters: - name: hopeYear in: query required: true schema: type: integer format: int32 - name: hopeCountry in: query required: true schema: type: integer format: int32 - name: attendGrade in: query required: true schema: type: integer format: int32 - name: edus in: query required: true schema: type: string - name: hopeQuarter in: query required: false schema: type: integer format: int32 - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/saveUsersThreesteps: post: operationId: saveUsersThreesteps tags: - ngdiyselectschool summary: 保存三滑信息 description: 保存三滑信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/UserDiyInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngdiyselectschool /ngdiyselectschool/sendNotice: get: operationId: getSendNotice tags: - ngdiyselectschool summary: getSendNotice description: getSendNotice 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/ngdiyselectschool /ngdiyselectschool/submitIntentions: get: operationId: submitIntentions tags: - ngdiyselectschool summary: 提交意向单审核 description: 提交意向单审核 parameters: - name: cartSchoolIds in: query required: false schema: type: string - name: cartMajorIds in: query required: false schema: type: string - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiyselectschool/validateGoods: get: operationId: validateGoods tags: - ngdiyselectschool summary: 验证是否可以确认 description: 验证是否可以确认 parameters: - name: session in: query required: true schema: type: string - name: thirdChannelId in: query required: true schema: type: integer format: int32 - name: goodsId in: query required: true schema: type: integer format: int32 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/ngdiyselectschool /ngdiysinglepage/checkUserHasDIY: get: operationId: checkUserHasDIY tags: - ngdiysinglepage summary: 检查用户是否有DIY并且有已支付 description: 检查用户是否有DIY并且有已支付 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/ngdiysinglepage /ngdiysinglepage/checkUserHasDIY2: get: operationId: checkUserHasDIY2 tags: - ngdiysinglepage summary: 检查用户是否有DIY并且有已支付(给小程序使用) description: 检查用户是否有DIY并且有已支付(给小程序使用) parameters: - name: session in: query required: true schema: type: string 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/ngdiysinglepage /ngdiysinglepage/getDiySchoolList: get: operationId: getDiySchoolList tags: - ngdiysinglepage summary: offer榜单 description: offer榜单 parameters: - name: beginTime in: query required: true schema: type: string - name: endTime in: query required: true schema: type: string 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/ngdiysinglepage /ngDoubleTwelve/TimingallocationConsultant: get: operationId: TimingallocationConsultant tags: - ngDoubleTwelve summary: 定时分配顾问 description: 定时分配顾问 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/ngdoubletwelve /ngDoubleTwelve/dt_createOrder: get: operationId: ngDoubleTwelve_createOrderByDt_2 tags: - ngDoubleTwelve summary: 微信小程序下单 description: 微信小程序下单 parameters: - name: session in: query required: true schema: type: string - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: false schema: type: integer format: int32 - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_5d5fab' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngdoubletwelve /ngDoubleTwelve/queryUserOrderInfo: get: operationId: queryUserOrderInfo tags: - ngDoubleTwelve summary: 判断该用户是否可以购买该服务 description: 判断该用户是否可以购买该服务 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 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/ngdoubletwelve /ngDoubleTwelve/queryUserOrderStatus: get: operationId: queryUserOrderStatus tags: - ngDoubleTwelve summary: 判断该用户是否购买过该产品 description: 判断该用户是否购买过该产品 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 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/ngdoubletwelve /ngGpaCalc/constants: get: operationId: queryRefundConstants tags: - ngGpaCalc summary: GPA计算器字典 description: GPA计算器字典 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/nggpacalc /ngGpaCalc/gpabai: post: operationId: queryGpaBai tags: - ngGpaCalc summary: 百分制-GPA成绩计算 description: 百分制-GPA成绩计算 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/GpaCalc' 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/nggpacalc /ngGpaCalc/gpalevel: post: operationId: queryGpaLevel tags: - ngGpaCalc summary: 等级制-GPA成绩计算 description: 等级制-GPA成绩计算 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/GpaCalc' 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/nggpacalc /ngGpaCalc/gpawu: post: operationId: queryGpaWu tags: - ngGpaCalc summary: 五分制-GPA成绩计算 description: 五分制-GPA成绩计算 requestBody: required: false content: application/json: schema: type: array items: $ref: '#/components/schemas/GpaCalc' 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/nggpacalc /ngHome/getOfferDetail: get: operationId: getOfferDetail tags: - ngHome summary: 获取offer的详细信息 description: offer详细 parameters: - name: orderType in: query required: true schema: type: integer format: int32 - name: realName in: query required: true schema: type: string - name: orderId in: query required: true schema: type: integer format: int32 - name: uid in: query required: true schema: type: integer format: int32 - name: callBack in: query required: false schema: type: string 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/nghome /ngHome/getUserSegment: get: operationId: getUserSegment tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome head: operationId: ngHome_getUserSegment_2 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome post: operationId: ngHome_getUserSegment_3 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '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/nghome put: operationId: ngHome_getUserSegment_4 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '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/nghome patch: operationId: ngHome_getUserSegment_5 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome delete: operationId: ngHome_getUserSegment_6 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome options: operationId: ngHome_getUserSegment_7 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome trace: operationId: ngHome_getUserSegment_8 tags: - ngHome summary: getUserSegment description: getUserSegment requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_SysGlobalStatus_6c6a94' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nghome /ngHome/queryOfferInfo: get: operationId: queryOfferInfo tags: - ngHome summary: 查询offer信息 description: 查询offer信息 parameters: - name: callBack in: query required: false schema: type: string 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/nghome /ngHome/queryOfferSchoolInfo: get: operationId: queryOfferSchoolInfo tags: - ngHome summary: 获取offer最多的院校 description: 获取offer最多的院校 parameters: - name: countryId in: query required: true schema: type: integer format: int32 - name: callBack in: query required: false schema: type: string 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/nghome /ngHome/queryRecommendedStrategy: get: operationId: queryRecommendedStrategy tags: - ngHome summary: 查询热门攻略信息 description: 查询热门攻略信息 parameters: - name: countryType in: query required: true schema: type: string - name: callBack in: query required: false schema: type: string 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/nghome /ngLanCorrect/coupon/today: get: operationId: getTodayCouponInfo tags: - ngLanCorrect summary: 获取今日优惠券详情 description: 获取今日优惠券详情 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/couponCount/my: get: operationId: queryMyCouponCount tags: - ngLanCorrect summary: 获取我的批改券数量 description: 获取我的批改券数量 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string description: salt responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/receiveShareCoupon: get: operationId: receiveShareCoupon tags: - ngLanCorrect summary: 领取分享批改券 description: 领取分享批改券 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string description: salt - name: fromUid in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/robCoupon: get: operationId: robTodayFreeCoupon tags: - ngLanCorrect summary: 领取今日免费批改券 description: 领取今日免费批改券 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string description: salt responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/saveRecord: get: operationId: saveRecord tags: - ngLanCorrect summary: 提交录音 description: 提交录音 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string description: salt - name: subjectId in: query required: true schema: type: integer format: int32 - name: recordId in: query required: true schema: type: integer format: int32 - name: recordUrl in: query required: true schema: type: string - name: recordTime in: query required: true schema: type: integer format: int32 - name: formId in: query required: false schema: type: string - name: couponCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/setRemind: get: operationId: setRemind tags: - ngLanCorrect summary: 设置抢券提醒 description: 设置抢券提醒 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: true schema: type: string description: salt - name: formId in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/subject/details: get: operationId: getSubjectDetails tags: - ngLanCorrect summary: 获取题目详情 description: 获取题目详情,sid为空查询最后一条 parameters: - name: sid in: query required: false schema: type: integer format: int32 description: id - name: uid in: query required: false schema: type: integer format: int32 description: sortUid - name: pageNo in: query required: false schema: type: integer format: int32 - name: pageSize in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/subjects: get: operationId: querySubjectsList tags: - ngLanCorrect summary: 获取往期口语批改题目列表 description: 获取往期口语批改题目列表 parameters: - name: uid in: query required: false schema: type: integer format: int32 description: 用户ID - name: subjectDateStart in: query required: false schema: type: string format: date-time description: 题目日期开始时间 - name: subjectDateEnd in: query required: false schema: type: string format: date-time description: 题目日期结束时间 - name: pageNo in: query required: false schema: type: integer format: int32 description: 页码 默认=1 - name: pageSize in: query required: false schema: type: integer format: int32 description: 每页条数 默认=10 - name: beginRow in: query required: false schema: type: integer format: int32 description: 分页开始行 - name: endRow in: query required: false schema: type: integer format: int32 description: 分页结束行 - name: id in: query required: false schema: type: integer format: int32 - name: title in: query required: false schema: type: string - name: content in: query required: false schema: type: string - name: subjectDate in: query required: false schema: type: string format: date-time - name: partInNum in: query required: false schema: type: integer format: int32 - name: finishNum in: query required: false schema: type: integer format: int32 - name: remindNum in: query required: false schema: type: integer format: int32 - name: isDelete in: query required: false schema: type: integer format: int32 - name: created in: query required: false schema: type: string format: date-time - name: creator in: query required: false schema: type: integer format: int32 - name: modified in: query required: false schema: type: string format: date-time - name: modifier in: query required: false schema: type: integer format: int32 - name: deleted in: query required: false schema: type: string format: date-time - name: deleter in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngLanCorrect/subjects/my: get: operationId: queryMySubjectsList tags: - ngLanCorrect summary: 获取我的口语批改题目列表及我的批改券数量 description: 获取我的口语批改题目列表及我的批改券数量 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: token in: query required: false schema: type: string description: salt responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nglancorrect /ngMall/checkOrderInfo: get: operationId: ngMall_getUserCheckOrderInfo_2 tags: - ngMall summary: 获取用户确认订单信息 description: 获取用户确认订单信息 parameters: - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: false schema: type: integer format: int32 - name: couponNo in: query required: false schema: type: string - name: cancelCoupon in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_-_3affa5' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/createOrder: post: operationId: createOrder tags: - ngMall summary: 用户下单 description: 用户下单 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/VO_-_890e8c' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_PayInfoVo_66732c' '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/ngmall /ngMall/createOrder_wx: get: operationId: ngMall_createOrderByWx_2 tags: - ngMall summary: 用户下单_未登录 description: 用户下单_未登录 parameters: - name: uid in: query required: true schema: type: integer format: int32 - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: false schema: type: integer format: int32 - name: code in: query required: true schema: type: string - name: wxKey in: query required: true schema: type: string - name: schoolId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_5d5fab' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/doc/confirm/{id}: get: operationId: confirm tags: - ngMall summary: confirm description: confirm parameters: - name: id in: path required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/doc/detail/{orderDocCode}: get: operationId: queryUserOrderDetail tags: - ngMall summary: queryUserOrderDetail description: queryUserOrderDetail parameters: - name: orderDocCode in: path required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_OrderDocInfoDetailVo_acc9c1' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/doc/docFiles/{orderDocCode}: get: operationId: docFiles tags: - ngMall summary: 文书服务单材料列表 description: 文书服务单材料列表 parameters: - name: orderDocCode in: path required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/doc/getDocOrderList: get: operationId: getDocOrderList tags: - ngMall summary: 查询服务列表 description: 查询服务列表 parameters: - name: orderCode in: query required: false schema: type: string - name: orderUid in: query required: false schema: type: integer format: int32 - name: realname in: query required: false schema: type: string - name: pinyin in: query required: false schema: type: string - name: orderDocCode in: query required: false schema: type: string - name: orderDocStatus in: query required: false schema: type: integer format: int32 - name: payTimeStart in: query required: false schema: type: string - name: payTimeEnd in: query required: false schema: type: string - name: createTimeStart in: query required: false schema: type: string - name: createTimeEnd in: query required: false schema: type: string - name: goodsId in: query required: false schema: type: string - name: goodsName in: query required: false schema: type: string - name: serviecUserName in: query required: false schema: type: string - name: pageNo in: query required: false schema: type: integer format: int32 - name: offset in: query required: false schema: type: integer format: int32 - name: pageSize in: query required: false schema: type: integer format: int32 - name: orderDocSuid in: query required: false schema: type: integer format: int32 - name: orderDocSuidIsNull in: query required: false schema: type: integer format: int32 description: 文书服务顾问是否为空 0不为空 1 空 - name: sortPayTime in: query required: false schema: type: integer format: int32 - name: sortCreateTime in: query required: false schema: type: integer format: int32 - name: sortStatus in: query required: false schema: type: integer format: int32 - name: sortLastTime in: query required: false schema: type: integer format: int32 - name: orderBelongId in: query required: false schema: type: integer format: int32 - name: consultantId in: query required: false schema: type: integer format: int32 - name: hopeYear in: query required: false schema: type: integer format: int32 - name: hopeQuarter in: query required: false schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/doc/saveOrderDocInfoFile: post: operationId: docOrderModify tags: - ngMall summary: 上传文书文件,删除文件 description: 上传文书文件,删除文件 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/Schema_f23045' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '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/ngmall /ngMall/downloadContract: get: operationId: downloadContract tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string 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/ngmall head: operationId: ngMall_downloadContract_2 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall post: operationId: ngMall_downloadContract_3 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '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/ngmall put: operationId: ngMall_downloadContract_4 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '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/ngmall patch: operationId: ngMall_downloadContract_5 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall delete: operationId: ngMall_downloadContract_6 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall options: operationId: ngMall_downloadContract_7 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall trace: operationId: ngMall_downloadContract_8 tags: - ngMall summary: downloadContract description: downloadContract parameters: - name: flowId in: query required: true schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/getShareContract: get: operationId: queryContractSigning tags: - ngMall summary: 获取分享合同信息 description: 获取分享合同信息 parameters: - name: agreementCode in: query required: true schema: type: string - name: flowId in: query required: true schema: type: string 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/ngmall /ngMall/hasPayGoods: get: operationId: getUserHasPayGoodsByGoodsId tags: - ngMall summary: 根据UID和商品ID获取用户是否购买过该商品 description: 根据UID和商品ID获取用户是否购买过该商品 parameters: - name: goodsId in: query required: true schema: type: integer format: int32 - name: callBack in: query required: false schema: type: string 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/ngmall /ngMall/orderPayOperationRecord: get: operationId: queryOrderPayOperationRecord tags: - ngMall summary: 根据订单编号获取订单支付相关操作记录 description: 根据订单编号获取订单支付相关操作记录 parameters: - name: orderCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_02431d' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/payOrder: post: operationId: payOrder tags: - ngMall summary: 用户下单 description: 用户下单 parameters: - name: callBack in: query required: false schema: type: string requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/VO_-_890e8c' responses: '200': description: OK '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/ngmall /ngMall/signSuccessNotice: post: operationId: signSuccessNotice tags: - ngMall summary: 签署成功回调 description: 签署成功回调 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/SignCallback' responses: '200': description: OK '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/ngmall /ngMall/study/courseDetail: get: operationId: queryCourseDetail tags: - ngMall summary: queryCourseDetail description: queryCourseDetail requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/Schema_81c246' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_StudyCourseVo_4a61ad' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/study/courseList: get: operationId: courseList tags: - ngMall summary: 课程列表 description: 课程列表 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/StudyCourseSearchVo' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/study/detail/{orderStudyCode}: get: operationId: queryUserStudyOrderDetail tags: - ngMall summary: queryUserStudyOrderDetail description: queryUserStudyOrderDetail parameters: - name: orderStudyCode in: path required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_OrderStudyInfoDetailVo_174008' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/study/enterVideoLive/{courseId}: get: operationId: enterVideoLive tags: - ngMall summary: 进入直播间 description: 进入直播间 parameters: - name: courseId in: path required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/study/to1course: get: operationId: to1course tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall head: operationId: ngMall_to1course_2 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall post: operationId: ngMall_to1course_3 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '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/ngmall put: operationId: ngMall_to1course_4 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '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/ngmall patch: operationId: ngMall_to1course_5 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall delete: operationId: ngMall_to1course_6 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall options: operationId: ngMall_to1course_7 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall trace: operationId: ngMall_to1course_8 tags: - ngMall summary: to1course description: to1course parameters: - name: goodsId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/userContractSigning: get: operationId: ngMall_queryContractSigning_2 tags: - ngMall summary: 获取用户订单在线合同 description: 获取用户订单在线合同 parameters: - name: orderId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_-_a0ea6d' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/userOrder: get: operationId: ngMall_queryUserOrder_2 tags: - ngMall summary: 获取用户订单 description: 获取用户订单 parameters: - name: type in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_List_VO_-_1b4268' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/userOrderDetails: get: operationId: getUserOrderDetails tags: - ngMall summary: 获取用户订单详情 description: 获取用户订单详情 parameters: - name: orderCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_-_d79457' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/userOrderInfoDetails: get: operationId: getUserOrderInfoDetails tags: - ngMall summary: 获取用户订单详情(为支付项目提供) description: 获取用户订单详情 parameters: - name: orderCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngMall/visa/detail/{orderVisaCode}: get: operationId: queryUserOrderVisaDetail tags: - ngMall summary: queryUserOrderVisaDetail description: queryUserOrderVisaDetail parameters: - name: orderVisaCode in: path required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngmall /ngPayCoupon/createOrderCouponByBrand: get: operationId: createOrderCouponByBrand tags: - ngPayCoupon summary: 品牌节支付小程序下单 description: 品牌节支付小程序下单 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpaycoupon /ngPayCoupon/queryBlindBoxAwards: get: operationId: queryBlindBoxAwards tags: - ngPayCoupon summary: 是否中盲盒大礼包 description: 是否中盲盒大礼包 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_int_ca4887' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpaycoupon /ngPayCoupon/queryOrderCouponByBrand: get: operationId: queryOrderCouponByBrand tags: - ngPayCoupon summary: 获取优惠券商品是否可以支付 description: 获取优惠券商品是否可以支付 parameters: - name: session in: query required: true schema: type: string - name: thirdChannel in: query required: true schema: type: integer format: int32 - name: goodsId in: query required: true schema: type: integer format: int32 - name: skuId in: query required: true schema: type: integer format: int32 responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpaycoupon /ngPic/queryPicInfoByNewsId: get: operationId: queryPicInfoByNewsId tags: - ngPic summary: 获取文章下所有的图片信息 description: 获取文章下所有的图片信息 parameters: - name: newsId in: query required: true schema: type: integer format: int32 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/ngpic /ngPic/refreshPicture: get: operationId: refreshPicture tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) 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/ngpic head: operationId: ngPic_refreshPicture_2 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic post: operationId: ngPic_refreshPicture_3 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngpic put: operationId: ngPic_refreshPicture_4 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngpic patch: operationId: ngPic_refreshPicture_5 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic delete: operationId: ngPic_refreshPicture_6 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic options: operationId: ngPic_refreshPicture_7 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic trace: operationId: ngPic_refreshPicture_8 tags: - ngPic summary: 刷新图片(1000条) description: 刷新图片(1000条) responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic /ngPic/updatePicList: get: operationId: updatePicList tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' 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/ngpic head: operationId: ngPic_updatePicList_2 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic post: operationId: ngPic_updatePicList_3 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngpic put: operationId: ngPic_updatePicList_4 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngpic patch: operationId: ngPic_updatePicList_5 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic delete: operationId: ngPic_updatePicList_6 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic options: operationId: ngPic_updatePicList_7 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic trace: operationId: ngPic_updatePicList_8 tags: - ngPic summary: 更新图片信息 description: 更新图片信息 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/PicInfoVO' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngpic /ngrefund/info: get: operationId: getEntranceRefund tags: - ngrefund summary: 获取入学退款申请 description: 获取入学退款申请 parameters: - name: orderCode in: query required: true schema: type: string - name: orderId in: query required: true schema: type: integer format: int32 - name: key in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_698bb0' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngrefund /ngrefund/progress: get: operationId: getRefundProgress tags: - ngrefund summary: 获取退款进度 description: 获取退款进度 parameters: - name: orderCode in: query required: true schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_VO_698bb0' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/ngrefund /ngrefund/sub: post: operationId: submitEntranceRefund tags: - ngrefund summary: 提交入学退款申请 description: 提交入学退款申请 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/OrderMallRefundParam' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/ngrefund /ngUserInfo/applyAdd: post: operationId: applyAdd tags: - ngUserInfo summary: 报名申请信息保存 description: 报名申请信息保存 requestBody: required: false content: application/json: schema: $ref: '#/components/schemas/Schema_1bb5ea' responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_boolean_f50dfc' '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/nguserinfo /ngUserInfo/get/list: get: operationId: getMainNewsList tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) 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/nguserinfo head: operationId: ngUserInfo_getMainNewsList_2 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo post: operationId: ngUserInfo_getMainNewsList_3 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '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/nguserinfo put: operationId: ngUserInfo_getMainNewsList_4 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '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/nguserinfo patch: operationId: ngUserInfo_getMainNewsList_5 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo delete: operationId: ngUserInfo_getMainNewsList_6 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo options: operationId: ngUserInfo_getMainNewsList_7 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo trace: operationId: ngUserInfo_getMainNewsList_8 tags: - ngUserInfo summary: getMainNewsList description: getMainNewsList requestBody: required: false content: application/json: schema: type: object properties: pageEntity: $ref: '#/components/schemas/Page' key: type: string x-derived-from: swagger-1.2 body parameters (generator emitted name "body"; the real field name is carried in the parameter description) responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo /ngUserInfo/get/list/operations_content: get: operationId: getOperationsContentList tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string 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/nguserinfo head: operationId: ngUserInfo_getOperationsContentList_2 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo post: operationId: ngUserInfo_getOperationsContentList_3 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '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/nguserinfo put: operationId: ngUserInfo_getOperationsContentList_4 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '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/nguserinfo patch: operationId: ngUserInfo_getOperationsContentList_5 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo delete: operationId: ngUserInfo_getOperationsContentList_6 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo options: operationId: ngUserInfo_getOperationsContentList_7 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo trace: operationId: ngUserInfo_getOperationsContentList_8 tags: - ngUserInfo summary: getOperationsContentList description: getOperationsContentList requestBody: required: false content: application/json: schema: type: string responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo /ngUserInfo/get/{newsId}: get: operationId: getMainNewsById tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true 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/nguserinfo head: operationId: ngUserInfo_getMainNewsById_2 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo post: operationId: ngUserInfo_getMainNewsById_3 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '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/nguserinfo put: operationId: ngUserInfo_getMainNewsById_4 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '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/nguserinfo patch: operationId: ngUserInfo_getMainNewsById_5 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo delete: operationId: ngUserInfo_getMainNewsById_6 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo options: operationId: ngUserInfo_getMainNewsById_7 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo trace: operationId: ngUserInfo_getMainNewsById_8 tags: - ngUserInfo summary: getMainNewsById description: getMainNewsById parameters: - name: newsId in: path required: true schema: type: integer format: int32 responses: '200': description: OK '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo /ngUserInfo/getAdviserWechat: get: operationId: getAdviserWechat tags: - ngUserInfo summary: 获取顾问微信号 description: 获取顾问微信号 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/nguserinfo /ngUserInfo/getApplyResult: get: operationId: getApplyResult tags: - ngUserInfo summary: 获取通知页信息 description: 获取通知页信息 parameters: - name: applyId in: query required: true schema: type: string 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/nguserinfo /ngUserInfo/getSearchInfo: get: operationId: getSearchInfo tags: - ngUserInfo summary: 获取基本信息 description: 获取基本信息 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/nguserinfo /ngUserInfo/index: get: operationId: ngUserInfo_index_9 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo head: operationId: ngUserInfo_index_10 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo post: operationId: ngUserInfo_index_11 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '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/nguserinfo put: operationId: ngUserInfo_index_12 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '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/nguserinfo patch: operationId: ngUserInfo_index_13 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo delete: operationId: ngUserInfo_index_14 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo options: operationId: ngUserInfo_index_15 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo trace: operationId: ngUserInfo_index_16 tags: - ngUserInfo summary: index description: index responses: '200': description: OK content: application/json: schema: type: string '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/nguserinfo /ngUserInfo/initUserRegister: get: operationId: initUserRegister tags: - ngUserInfo summary: initUserRegister description: initUserRegister requestBody: required: false content: application/json: schema: type: boolean 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/nguserinfo /ngSign/querySignPageInfo: get: operationId: querySignPageInfo tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '401': description: Unauthorized '403': description: Forbidden '404': description: Not Found x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller head: operationId: ngSign_querySignPageInfo_2 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller post: operationId: ngSign_querySignPageInfo_3 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '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/sign-controller put: operationId: ngSign_querySignPageInfo_4 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '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/sign-controller patch: operationId: ngSign_querySignPageInfo_5 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller delete: operationId: ngSign_querySignPageInfo_6 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller options: operationId: ngSign_querySignPageInfo_7 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller trace: operationId: ngSign_querySignPageInfo_8 tags: - ngSign summary: querySignPageInfo description: querySignPageInfo parameters: - name: codeId in: query required: false schema: type: string responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/HttpResult_Map_string_string_5634e8' '204': description: No Content '401': description: Unauthorized '403': description: Forbidden x-swagger-1-2-source: https://www.51offer.com/api-docs/default/sign-controller components: schemas: OrderVO: type: object properties: id: type: integer format: int32 orderId: type: integer format: int32 orderType: type: integer format: int32 applyCountryId: type: integer format: int32 applyEducationId: type: integer format: int32 applyCountryName: type: string applyEducationName: type: string status: type: integer format: int32 statusName: type: string school: $ref: '#/components/schemas/SchoolBasic' major: $ref: '#/components/schemas/Major' grade: $ref: '#/components/schemas/Grade' course: $ref: '#/components/schemas/Course' orderApplyFee: $ref: '#/components/schemas/Schema_2467b7' showPayment: type: boolean modifedTime: type: string format: date-time degreeType: type: string snapShotKey: type: string operateTime: type: string format: date-time isAdviserCreated: type: integer format: int32 x-swagger-1-2-name: OrderVO Grade: type: object properties: id: type: integer format: int32 schoolId: type: integer format: int32 gradeId: type: integer format: int32 cname: type: string ename: type: string shortName: type: string type: type: integer format: int32 x-swagger-1-2-name: Grade Page: type: object properties: currPage: type: integer format: int32 pageSize: type: integer format: int32 count: type: integer format: int32 totalPage: type: integer format: int32 hasPre: type: boolean hasNext: type: boolean pageStr: type: string startRow: type: integer format: int32 endRow: type: integer format: int32 x-swagger-1-2-name: Page Schema_2467b7: type: object description: order_apply_fee properties: id: type: integer format: int32 orderCode: type: string description: 订单编号(用于与支付中心结构一致) uid: type: integer format: int32 description: 订单用户ID applyOrderType: type: integer format: int32 description: 申请订单类型 2 正课 3 欧亚 4 语言 5 美国 applyOrderId: type: integer format: int32 description: 申请订单ID isRequire: type: integer format: int32 description: 需要不需要 0-不需要 1-需要 receivableAmount: type: number format: double description: 应收金额 元 receivableCurrency: type: integer format: int32 description: 应收币种 1-人民币 2-英镑 3-美元 4-澳币 5-新加坡元 payPrice: type: integer format: int32 description: 实收金额,单位=分 exchangeRate: type: number format: double description: 支付时汇率 payTime: type: string format: date-time description: 支付时间 refundPrice: type: integer format: int32 description: 退款金额,单位=分 refundTime: type: string format: date-time description: 退款时间 orderStatus: type: integer format: int32 description: 订单状态(0=待支付 1=关闭 2=部分支付 3=已支付 4=退款中 5=已退款) payToSchool: type: integer format: int32 description: 是否缴纳到学校 0=否 1=是 remitProof: type: integer format: int32 description: 向学校的汇款凭证 orderRemark: type: string description: 订单备注 creator: type: integer format: int32 created: type: string format: date-time modifier: type: integer format: int32 modified: type: string format: date-time x-swagger-1-2-name: 申请费支付信息对象 CMSCity: type: object properties: id: type: integer format: int32 countryId: type: integer format: int32 areaId: type: integer format: int32 cityEname: type: string cityCname: type: string areaCode: type: string lable: type: string weather: type: string spendMoney: type: string traffic: type: string partTime: type: string picture: type: string x-swagger-1-2-name: CMSCity SchoolBasic: type: object properties: id: type: integer format: int32 cname: type: string ename: type: string logo: type: string url: type: string tel: type: string address: type: string longitude: type: string latitude: type: string zip: type: string areaId: type: integer format: int32 cityId: type: integer format: int32 countryId: type: integer format: int32 area: $ref: '#/components/schemas/Area' city: $ref: '#/components/schemas/CMSCity' country: $ref: '#/components/schemas/Country' modified: type: string format: date-time buildTime: type: string eduLevel: type: integer format: int32 type: type: integer format: int32 urlkey: type: string logo2: type: string status: type: integer format: int32 courseType: type: string schoolType: type: string logo3: type: string automaticApply: type: integer format: int32 schoolRent: type: string houseRent: type: string fax: type: string weibo: type: string email: type: string wechat: type: string recommendType: type: string rankList: type: array items: $ref: '#/components/schemas/SchoolRank' logoCover: type: string openTime: type: string format: date-time x-swagger-1-2-name: SchoolBasic Area: type: object properties: id: type: integer format: int32 countryId: type: integer format: int32 cname: type: string ename: type: string regionalCname: type: string regionalEname: type: string zipCode: type: integer format: int32 phoneCode: type: integer format: int32 x-swagger-1-2-name: Area Major: type: object properties: id: type: integer format: int32 schoolId: type: integer format: int32 gradeId: type: integer format: int32 cname: type: string ename: type: string direction: type: string eductionalSystem: type: string degreeName: type: string courseType: type: string majorUrl: type: string tuition: type: string applyFee: type: number format: double shortName: type: string applyStatus: type: integer format: int32 currency: type: integer format: int32 ieltsRequire: type: string applyRequire: type: string applyType: type: integer format: int32 x-swagger-1-2-name: Major HttpResult_List_OrderVO_89c6f2: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/OrderVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«OrderVO»» ApiInfo: type: object properties: operationTime: type: string version: type: string hostName: type: string x-swagger-1-2-name: ApiInfo SchoolRank: type: object properties: id: type: integer format: int32 country: type: string year: type: integer format: int32 type: type: string ranking: type: integer format: int32 showRank: type: string score: type: string countryId: type: integer format: int32 x-swagger-1-2-name: SchoolRank Country: type: object properties: id: type: integer format: int32 upperName: type: string cname: type: string ename: type: string logo: type: string iso: type: string iso3: type: string numCode: type: integer format: int32 phoneCode: type: integer format: int32 x-swagger-1-2-name: Country Course: type: object properties: id: type: integer format: int32 schoolId: type: integer format: int32 gradeId: type: integer format: int32 cname: type: string ename: type: string brief: type: string theirSchools: type: string degreeType: type: integer format: int32 joinMajorId: type: string gradeEname: type: string majorCourse: type: string chooseCourse: type: string credits: type: integer format: int32 languageClass: type: string x-swagger-1-2-name: Course HttpResult_List_DiyMaterialOrder_066184: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/DiyMaterialOrder' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«DiyMaterialOrder»» DiyMaterialOrder: type: object properties: id: type: integer format: int32 description: 自增id uid: type: integer format: int32 description: 用户id orderId: type: integer format: int32 description: 订单id orderStatus: type: integer format: int32 description: 订单提交状态,0:未提交,1:已提交 submitTime: type: string format: date-time description: 子订单材料提交时间 x-swagger-1-2-name: DiyMaterialOrder HttpResult_boolean_f50dfc: type: object properties: message: type: string code: type: integer format: int32 data: type: boolean header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«boolean» UsersInfoVO: type: object properties: uid: type: integer format: int32 description: 用户id realnameFirst: type: string description: 姓 realnameLast: type: string description: 名 pinyinFirst: type: string description: 姓拼音 pinyinLast: type: string description: 名拼音 sex: type: integer format: int32 description: 性别 birthday: type: string format: date-time description: 生日 nationalityId: type: integer format: int32 description: 国籍 nationalityName: type: string description: 国籍中文名 contactsName: type: string description: 紧急联系人姓名 areaCode: type: string description: 紧急联系人电话区域号 phone: type: string description: 紧急联系人电话 contactsType: type: integer format: int32 description: 紧急联系人关系 resumeFileId: type: integer format: int32 description: 简历 resumeFileName: type: string description: 简历文件名 countryId: type: integer format: int32 description: 居住地-国家 countryName: type: string description: 居住地-国家中文名 provinceId: type: integer format: int32 description: 居住地-省份 provinceName: type: string description: 居住地-省份中文名 cityId: type: integer format: int32 description: 居住地-城市 cityName: type: string description: 居住地-城市中文名 address: type: string description: 居住地-详细地址 zip: type: string description: 邮编 passport: type: string description: 护照号 passportFileId: type: integer format: int32 description: 护照 passportFileName: type: string description: 护照文件名 x-swagger-1-2-name: UsersInfoVO MaterialSuborderPs: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 channelId: type: integer format: int32 suborderId: type: integer format: int32 psFileId: type: integer format: int32 psFileName: type: string isDelete: type: integer format: int32 created: type: string format: date-time creator: type: integer format: int32 modified: type: string format: date-time modifier: type: integer format: int32 deleted: type: string format: date-time deleter: type: integer format: int32 x-swagger-1-2-name: MaterialSuborderPs HttpResult_UsersApplyInfoVO_61ce7d: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/UsersApplyInfoVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«UsersApplyInfoVO» UsersWorkVO: type: object properties: id: type: integer format: int32 description: 自增id uid: type: integer format: int32 description: 用户id org: type: string description: 工作单位 orgZip: type: string description: 工作单位邮编 address: type: string description: 单位地址 orgPhone: type: string description: 工作单位联系电话 startDate: type: string format: date-time description: 开始时间 endDate: type: string format: date-time description: 结束时间 title: type: string description: 职位 workType: type: integer format: int32 description: 工作性质,1:全职,2:非全职 job: type: string description: 指责 employmentCertificate: type: integer format: int32 description: 工作证明 employmentCertificateName: type: string description: 工作证明文件名 x-swagger-1-2-name: UsersWorkVO UsersReferenceVO: type: object properties: id: type: integer format: int32 description: id uid: type: integer format: int32 description: 用户id suborderId: type: integer format: int32 description: 订单id referenceId: type: integer format: int32 description: 推荐信文件id referenceObjectId: type: integer format: int32 description: 推荐信id referenceName: type: string description: 推荐信文件名 refereeId: type: integer format: int32 description: 推荐人id realname: type: string description: 推荐人姓名 title: type: integer format: int32 description: 推荐人称谓 type: type: integer format: int32 description: 类型 1-学术推荐人 2-工作推荐人 relation: type: string description: 与学生关系 knownDate: type: string description: 认识年数 telphone: type: string description: 推荐人联系电话 orgZip: type: string description: 推荐人工作单位邮编 email: type: string description: 推荐人邮箱 job: type: string description: 推荐人职业 org: type: string description: 推荐人所在单位 address: type: string description: 推荐人单位地址 x-swagger-1-2-name: UsersReferenceVO SchoolMaterialVO: type: object properties: subOrderId: type: integer format: int32 description: 子订单ID materialSuborderPs: $ref: '#/components/schemas/MaterialSuborderPs' description: 个人陈述实体 usersReferenceVOList: type: array items: $ref: '#/components/schemas/UsersReferenceVO' description: 推荐信实体 materialSuborderOther: $ref: '#/components/schemas/MaterialSuborderOther' description: 作品及其他实体 x-swagger-1-2-name: SchoolMaterialVO UsersEducationVO: type: object properties: id: type: integer format: int32 description: 自增id uid: type: integer format: int32 description: 用户id degreeType: type: integer format: int32 description: 学历类型 degreeTypeName: type: string description: 学历类型中文名 school: type: string description: 就读学校 schoolCname: type: string description: 就读学校中文名 schoolId: type: string description: 就读学校中文名 major: type: string description: 所学专业 entranceDate: type: string format: date-time description: 入学时间 graduationDate: type: string format: date-time description: 毕业时间 isFullTime: type: integer format: int32 description: 是否全日制 gpaType: type: integer format: int32 description: GPA类型 gpaValue: type: string description: GPA分数 degreeName: type: string description: 就读学位 graduated: type: string format: date-time description: 获得学位时间 language: type: integer format: int32 description: 授课语言 languageName: type: string description: 授课语言中文名 coursesType: type: integer format: int32 description: 就读课程类型 coursesTypeName: type: string description: 就读课程类型中文名 greType: type: integer format: int32 description: GRE/GMAT类型,0:无,1:GRE,2:GMAT greValue: type: integer format: int32 description: GRE/GMAT分数 greCertificate: type: integer format: int32 description: GRE/GMAT附件 greCertificateName: type: string description: GRE/GMAT附件文件名 reportCard: type: integer format: int32 description: 成绩单 reportCardName: type: string description: 成绩单文件名 learningCertificate: type: integer format: int32 description: 在读证明 learningCertificateName: type: string description: 在读证明文件名 diploma: type: integer format: int32 description: 毕业证 diplomaName: type: string description: 毕业证文件名 degreeCertificate: type: integer format: int32 description: 学位证 degreeCertificateName: type: string description: 学位证文件名 awardsCertificate: type: integer format: int32 description: 获奖证书 awardsCertificateName: type: string description: 获奖证书文件名 x-swagger-1-2-name: UsersEducationVO UsersApplyInfoVO: type: object properties: usersInfoVO: $ref: '#/components/schemas/UsersInfoVO' description: 用户个人基础信息实体 usersEducationVOList: type: array items: $ref: '#/components/schemas/UsersEducationVO' description: 用户教育背景实体 usersWorkVOList: type: array items: $ref: '#/components/schemas/UsersWorkVO' description: 用户工作经历实体 usersLanguageScoreVOList: type: array items: $ref: '#/components/schemas/UsersLanguageScoreVO' description: 用户语言成绩实体 schoolMaterialVOList: type: array items: $ref: '#/components/schemas/SchoolMaterialVO' description: 用户学校材料实体 x-swagger-1-2-name: UsersApplyInfoVO UsersLanguageScoreVO: type: object properties: id: type: integer format: int32 description: 自增id uid: type: integer format: int32 description: 用户id type: type: integer format: int32 description: 语言成绩类型 1-雅思 2-托福 3-其他 typeName: type: string description: 语言成绩名称 testId: type: string description: 考试号 testDate: type: string format: date-time description: 考试时间 scoreTotal: type: string description: 总成绩 scoreL: type: number format: double description: 雅思或托福L scoreR: type: number format: double description: 雅思或托福R scoreW: type: number format: double description: 雅思或托福W scoreS: type: number format: double description: 雅思或托福S scoreReport: type: integer format: int32 description: 成绩单(文件) scoreReportName: type: string description: 成绩单(文件)文件名 x-swagger-1-2-name: UsersLanguageScoreVO MaterialSuborderOther: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 channelId: type: integer format: int32 suborderId: type: integer format: int32 materialFileId: type: integer format: int32 materialFileName: type: string materialName: type: string isDelete: type: integer format: int32 created: type: string format: date-time creator: type: integer format: int32 modified: type: string format: date-time modifier: type: integer format: int32 deleted: type: string format: date-time deleter: type: integer format: int32 x-swagger-1-2-name: MaterialSuborderOther HttpResult_Map_string_object_5812ac: type: object properties: message: type: string code: type: integer format: int32 data: type: object header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«Map«string,object»» HttpResult_List_Area_f64d77: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Area' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Area»» HttpResult_List_CMSCity_c63aae: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/CMSCity' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«CMSCity»» HttpResult_List_CityCounty_269c0c: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/CityCounty' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«CityCounty»» CityCounty: type: object properties: id: type: integer format: int32 cityId: type: integer format: int32 disName: type: string x-swagger-1-2-name: CityCounty HttpResult_List_UsersEducationVO_f1a5d3: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersEducationVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersEducationVO»» HttpResult_List_UsersWorkVO_99b986: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersWorkVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersWorkVO»» HttpResult_List_UsersLanguageScoreVO_3a3339: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersLanguageScoreVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersLanguageScoreVO»» HttpResult_UsersInfoVO_fe4808: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/UsersInfoVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«UsersInfoVO» HttpResult_Map_string_string_5634e8: type: object properties: message: type: string code: type: integer format: int32 data: type: object header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«Map«string,string»» HttpResult_List_UsersReferenceVO_94b319: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersReferenceVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersReferenceVO»» HttpResult_MaterialSuborderPs_13bc4a: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/MaterialSuborderPs' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«MaterialSuborderPs» HttpResult_List_MaterialSuborderPs_27499a: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/MaterialSuborderPs' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«MaterialSuborderPs»» HttpResult_List_MaterialSuborderOther_df22a6: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/MaterialSuborderOther' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«MaterialSuborderOther»» HttpResult_MaterialSuborderOther_e3a16c: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/MaterialSuborderOther' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«MaterialSuborderOther» ChannelInfo: type: object properties: channelName: type: string channelId: type: string opratorName: type: string channelUrl: type: string createTime: type: string format: date-time updateTime: type: string format: date-time status: type: integer format: int32 channelNameShort: type: string categoryId: type: integer format: int32 categoryCode: type: string channelCategory: type: string groupId: type: integer format: int32 groupCode: type: string groupName: type: string isCost: type: integer format: int32 x-swagger-1-2-name: ChannelInfo HttpResult_List_ChannelInfo_c68762: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/ChannelInfo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«ChannelInfo»» HttpResult_List_UsersSignVO_0f9221: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersSignVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersSignVO»» UsersSignVO: type: object properties: face: type: string userName: type: string realnameFirst: type: string mobile: type: string adviserName: type: string created: type: string format: date-time id: type: integer format: int32 storeId: type: integer format: int32 uid: type: integer format: int32 x-swagger-1-2-name: UsersSignVO Dict: type: object properties: id: type: integer format: int64 code: type: string name: type: string pcode: type: string dataValue: type: string createUser: type: string createTime: type: string format: date-time lastModifiedUser: type: string lastModifiedTime: type: string format: date-time remark: type: string sort: type: integer format: int32 x-swagger-1-2-name: Dict HttpResult_List_Dict_628083: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Dict' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Dict»» HttpResult_List_Country_4307e8: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Country' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Country»» HttpResult_string_3275da: type: object properties: message: type: string code: type: integer format: int32 data: type: string header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«string» HttpResult_List_SysUsers_0356ba: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/SysUsers' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«SysUsers»» SysUsers: type: object properties: uid: type: integer format: int32 username: type: string password: type: string nikename: type: string realname: type: string birthday: type: string format: date-time mobile: type: string qq: type: string weixin: type: string status: type: string format: byte fax: type: string email: type: string ename: type: string face: type: string onlineStatus: type: integer format: int32 creator: type: integer format: int32 created: type: string format: date-time modifier: type: integer format: int32 modified: type: string format: date-time deleter: type: integer format: int32 deleted: type: string format: date-time salt: type: string tag: type: string recommend: type: string video: type: string bespeakNum: type: integer format: int32 qualificationCertificate: type: string baiduBakeUrl: type: string constellatory: type: string workStatus: type: integer format: int32 x-swagger-1-2-name: SysUsers HttpResult_List_Users_81a132: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Users' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Users»» Users: type: object properties: uid: type: integer format: int32 username: type: string nickname: type: string password: type: string salt: type: string region: type: string mobile: type: string email: type: string userStatus: type: integer format: int32 mobileStatus: type: integer format: int32 emailStatus: type: integer format: int32 userAvatar: type: string createDate: type: string format: date-time modifyDate: type: string format: date-time token: type: string x-swagger-1-2-name: Users SysPartners: type: object properties: id: type: integer format: int32 username: type: string mobile: type: string password: type: string sex: type: integer format: int32 salt: type: string nikename: type: string realname: type: string status: type: integer format: int32 recommend: type: string area: type: string created: type: string format: date-time creator: type: integer format: int32 x-swagger-1-2-name: SysPartners HttpResult_List_SysPartners_77c335: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/SysPartners' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«SysPartners»» HttpResult_List_UsersPartnerInfo_c9de4a: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/UsersPartnerInfo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«UsersPartnerInfo»» UsersPartnerInfo: type: object properties: uid: type: integer format: int32 realNameFirst: type: string realNameLast: type: string src: type: string telephone: type: string createTime: type: string format: date-time attendGrade: type: integer format: int32 applyCountryId: type: integer format: int32 realName: type: string attendGradeInfo: type: string applyCountryInfo: type: string regSource: type: integer format: int32 activityName: type: string source: type: string unfitCountry: type: integer format: int32 unfitCountryInfo: type: string x-swagger-1-2-name: UsersPartnerInfo AllianceStore: type: object properties: id: type: integer format: int32 storeId: type: integer format: int32 src: type: integer format: int32 signSrc: type: integer format: int32 partnerSrc: type: integer format: int32 code: type: string logoUrl: type: string created: type: string format: date-time updated: type: string format: date-time title: type: string type: type: integer format: int32 provinceId: type: integer format: int32 cityId: type: integer format: int32 coutyId: type: integer format: int32 openTime: type: string format: date-time closeTime: type: string format: date-time storeStatue: type: integer format: int32 regAcceptor: type: string x-swagger-1-2-name: AllianceStore HttpResult_AllianceStore_f306f7: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/AllianceStore' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«AllianceStore» HttpResult_List_SignWechatCode_fccc47: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/SignWechatCode' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«SignWechatCode»» SignWechatCode: type: object properties: activeName: type: string codeUrl: type: string src: type: integer format: int32 created: type: string format: date-time paUrl: type: string storeName: type: string id: type: integer format: int32 storeId: type: integer format: int32 bgUrl: type: string x-swagger-1-2-name: SignWechatCode HttpResult_SignWechatCode_40ac55: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/SignWechatCode' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«SignWechatCode» HttpResult_List_string_f13f7f: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: type: string header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«string»» HttpResult_SysUsersOrgRoleVO_7cbe03: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/SysUsersOrgRoleVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«SysUsersOrgRoleVO» SysUsersOrgRoleVO: type: object properties: id: type: integer format: int32 sysUserId: type: integer format: int32 callCenter: type: string ccName: type: string ccPassword: type: string created: type: string format: date-time creator: type: integer format: int32 modified: type: string format: date-time modifier: type: integer format: int32 deleted: type: string format: date-time deleter: type: integer format: int32 uid: type: integer format: int32 username: type: string ename: type: string nickename: type: string realname: type: string roleName: type: string orgName: type: string x-swagger-1-2-name: SysUsersOrgRoleVO AllianceActiveUsersLog: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 activeName: type: string sysUid: type: integer format: int32 auid: type: integer format: int32 username: type: string thirdUsername: type: string type: type: integer format: int32 regSource: type: integer format: int32 created: type: string format: date-time activityId: type: integer format: int32 x-swagger-1-2-name: AllianceActiveUsersLog HttpResult_List_AllianceActiveUsersLog_5ac030: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/AllianceActiveUsersLog' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«AllianceActiveUsersLog»» HttpResult_List_AllianceUsers_c26b17: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/AllianceUsers' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«AllianceUsers»» AllianceUsers: type: object properties: id: type: integer format: int32 realname: type: string storeId: type: integer format: int32 job: type: string mobile: type: string openId: type: string wxNumber: type: string wxImg: type: string wxUsername: type: string sysUid: type: integer format: int32 sysUsername: type: string created: type: string format: date-time updated: type: string format: date-time unionid: type: string x-swagger-1-2-name: AllianceUsers HttpResult_List_Map_string_string_4cefdd: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Map_string_string_5005ea' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Map«string,string»»» StoreInfoVO: type: object properties: storeId: type: string storeName: type: string distance: type: number format: double signSrc: type: string src: type: string type: type: integer format: int32 x-swagger-1-2-name: StoreInfoVO HttpResult_StoreInfoVO_e3de80: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/StoreInfoVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«StoreInfoVO» HttpResult_List_AllianceActiveVO_6e990e: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/AllianceActiveVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«AllianceActiveVO»» AllianceActiveVO: type: object properties: id: type: integer format: int32 activeType: type: integer format: int32 activeName: type: string activeRemark: type: string participants: type: string participatoryApproach: type: string shareRemark: type: string releaseTime: type: string format: date-time isActive: type: integer format: int32 userNum: type: integer format: int32 autoReply: type: string endTime: type: string format: date-time seriesTheme: type: string isLongTime: type: integer format: int32 abroadCountry: type: string abroadYear: type: string relatedSchool: type: string businessCategoryName: type: string sharedList: type: array items: type: string startTime: type: string format: date-time whetherEnd: type: integer format: int32 x-swagger-1-2-name: AllianceActiveVO AllianceUserVO: type: object properties: rank: type: string registerNum: type: integer format: int32 id: type: integer format: int32 openId: type: string unionid: type: string realname: type: string wxUsername: type: string currUser: type: integer format: int32 dayregisterNum: type: integer format: int32 x-swagger-1-2-name: AllianceUserVO HttpResult_List_AllianceUserVO_854b7b: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/AllianceUserVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«AllianceUserVO»» HttpResult_Map_5d5fab: type: object properties: message: type: string code: type: integer format: int32 data: type: object header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«Map» SkuAttr: type: object properties: skuId: type: integer format: int32 attrId: type: integer format: int32 attrVal: type: string pid: type: integer format: int32 parentVal: type: string created: type: string format: date-time creator: type: integer format: int32 modified: type: string format: date-time modifier: type: integer format: int32 children: type: array items: $ref: '#/components/schemas/SkuAttr' x-swagger-1-2-name: SkuAttr HttpResult_Sku_a71c3a: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/Sku' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«Sku» Sku: type: object properties: skuId: type: integer format: int32 category: type: integer format: int32 categoryName: type: string skuName: type: string actived: type: boolean picUrl: type: string priceFen: type: integer format: int32 originalPriceFen: type: integer format: int32 costPriceFen: type: integer format: int32 sales: type: integer format: int32 attrs: type: array items: $ref: '#/components/schemas/SkuAttr' attrsLevel: type: array items: $ref: '#/components/schemas/SkuAttr' parentType: type: integer format: int32 type: type: integer format: int32 created: type: string format: date-time creator: type: integer format: int32 modified: type: string format: date-time modifier: type: integer format: int32 costFen: type: integer format: int32 iuid: type: string priceYuan: type: string originalPriceYuan: type: string costPriceYuan: type: string x-swagger-1-2-name: Sku HttpResult_VO_-_3affa5: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/VO_-_a75db4' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«确认订单信息VO - 前台» VO_-_a75db4: type: object properties: goodsId: type: integer format: int32 description: 商品ID goodsName: type: string description: 商品名称 goodsPriceYuan: type: integer format: int64 description: 商品价格 元 united: type: boolean description: 是否是联合商品 1=是 0=否 sku: type: integer format: int32 description: SKU id skuName: type: string description: sku名称 skuAttrs: type: array items: $ref: '#/components/schemas/SkuAttr' description: sku属性列表 couponList: type: array items: $ref: '#/components/schemas/UserCouponVo' description: 优惠券列表 activCoupon: type: string description: 当前选中的优惠券号 payAmount: type: integer format: int64 description: 应付金额 元 x-swagger-1-2-name: 确认订单信息VO - 前台 UserCouponVo: type: object properties: code: type: string poolCode: type: string poolName: type: string receiver: type: integer format: int32 receiveTime: type: string format: date-time useTime: type: string format: date-time channel: type: string payCode: type: string couponStatus: type: integer format: int32 startTime: type: string format: date-time endTime: type: string format: date-time poolStatusUse: type: integer format: int32 poolStatusProvide: type: integer format: int32 type: type: integer format: int32 val: type: integer format: int32 description: type: string effectiveType: type: integer format: int32 effectiveTime: type: integer format: int32 x-swagger-1-2-name: UserCouponVo VO_-_183f88: type: object properties: id: type: integer format: int32 orderCode: type: string description: 支付单编号(主单编号) orderType: type: integer format: int32 description: 订单类型(各业务线标识) 1=联合 2=留学 3=语培 4=文书 5=签证 unionCode: type: string description: 联合订单编号(只有联合订单的子单,此属性才会有值) uid: type: integer format: int32 description: 订单用户ID originalPrice: type: integer format: int32 description: (商品/sku)原价,单位=分 costPrice: type: integer format: int32 description: (商品/sku)成本价,单位=分 realPrice: type: integer format: int32 description: (商品/sku)实际售价,单位=分 orderAmount: type: integer format: int32 description: (订单)应收金额,单位=分,(应收金额=实际售价-优惠金额-优惠券金额) discountAmount: type: integer format: int32 description: 优惠金额(单位:分),(后台下单,顾问手动填写的优惠额) payPrice: type: integer format: int32 description: (订单)实收金额,单位=分,(用户实际支付的金额,如果产生1单多笔支付,则会统计此单的所有出/入帐总和) payTime: type: string format: date-time description: 订单支付时间 orderStatus: type: integer format: int32 description: 订单状态0=待支付 可跳转- 部分支付、支付完成、取消订单;1=部分支付 可跳转- 支付完成、取消订单、退款中;2=支付完成 可跳转- 取消订单、已升级、已转移、退款中;3=订单取消 无跳转;4=已升级 无跳转;5=已转移 无跳转;6=退款中 可跳转- 退款完成;7=退款完成 无跳转 refundPrice: type: integer format: int32 description: 退款金额,单位=分,(如有多笔出帐,会记录其总和) refundTime: type: string format: date-time description: 退款时间(退款时间,由财务录入) goodsId: type: integer format: int32 description: 商品ID goodsName: type: string description: 商品名称 sku: type: integer format: int32 description: SKU id skuType: type: integer format: int32 description: 商品类型(SKU里面字段) orderRemark: type: string description: 订单备注 couponNo: type: string description: 优惠券号 couponPrice: type: integer format: int32 description: 优惠券金额,单位=分 refrenceUid: type: integer format: int32 description: 订单推荐人(暂未启用字段) orderBelongId: type: integer format: int32 description: (成单人)订单所属ID,顾问ID或部门ID,此字段值要结合orderBelongType一起来使用 orderBelongType: type: integer format: int32 description: (成单人类型)订单所属类型, 1顾问 2部门 hasOpenService: type: integer format: int32 description: 是否已开启服务,0未开启 1已开启 openServiceTime: type: string format: date-time description: 开启服务时间 serviceOrderCode: type: string description: 业务单编号 orderCreator: type: integer format: int32 orderCreated: type: string format: date-time orderModifier: type: integer format: int32 orderModified: type: string format: date-time invoiceNumber: type: string description: 发票号 isCost: type: integer format: int32 skuName: type: string description: sku名称 service53Code: type: string description: 53客服编码 goodsPriceYuan: type: integer format: int64 description: 商品实际售价 元 receivableAmountYuan: type: integer format: int64 description: 应收金额 元 paidAmountYuan: type: integer format: int64 description: 实收金额 元 remainderAmountYuan: type: integer format: int64 description: 剩余支付金额 元 couponAmountYuan: type: integer format: int64 description: 优惠券金额 元 refundAmountYuan: type: integer format: int64 description: 退款金额 元 servicePageUrlPc: type: string description: 服务单PC落地页URL servicePageUrlH5: type: string description: 服务单H5落地页URL orderTypeName: type: string description: 订单类型名称 orderStatusName: type: string description: 订单状态名称 skuAttrs: type: array items: $ref: '#/components/schemas/SkuAttr' description: sku属性列表 unionOrderList: type: array items: $ref: '#/components/schemas/VO_-_183f88' description: 联合订单子订单列表 isRefund: type: boolean description: 是否有退款记录 discountAmountYuan: type: integer format: int64 description: 优惠金额(单位:元),(后台下单,顾问手动填写的优惠额) orderCreatorRole: type: integer format: int32 description: 角色 whetherContract: type: boolean description: 是否存在在线合同 x-swagger-1-2-name: 订单信息VO - 前台 HttpResult_VO_-_d79457: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/VO_-_183f88' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«订单信息VO - 前台» HttpResult_MaterialOtherVO_6ed5d6: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/MaterialOtherVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«MaterialOtherVO» MaterialOtherVO: type: object properties: applyEmail: type: string applyPassword: type: string userStatus: type: integer format: int32 x-swagger-1-2-name: MaterialOtherVO HttpResult_List_47fc17: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Schema_2ea806' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«邮件列表实体»» Schema_92c8b6: type: object properties: key: type: string description: 键 name: type: string description: 名称 x-swagger-1-2-name: 邮件基本信息实体 Schema_2ea806: type: object properties: email_id: type: integer format: int32 description: 邮件id title: type: string description: 邮件标题 time: type: string format: date-time description: 接收邮件时间 iso_time: type: string description: 接收邮件时间 iso attachment: type: integer format: int32 description: 附件数量 from: $ref: '#/components/schemas/Schema_92c8b6' description: 发件人 to: type: array items: $ref: '#/components/schemas/Schema_92c8b6' description: 收件人 is_read: type: boolean description: 是否读取,true 读过, false 未读 tags: type: string description: 邮件标签 mid: type: string description: 根据mid 获取邮件详情 x-swagger-1-2-name: 邮件列表实体 Schema_0e135e: type: object properties: name: type: string description: 附件名称 size: type: string description: 附件大小 type: type: string description: 附件类型 file_url: type: string description: 附件地址 x-swagger-1-2-name: 邮件附件实体 HttpResult_d4e4aa: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/Schema_e23c20' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«邮件详情实体» Schema_e23c20: type: object properties: from: $ref: '#/components/schemas/Schema_92c8b6' description: 发件人 to: type: array items: $ref: '#/components/schemas/Schema_92c8b6' description: 收件人 cc: type: array items: $ref: '#/components/schemas/Schema_92c8b6' description: 抄送 bcc: type: array items: $ref: '#/components/schemas/Schema_92c8b6' description: 暗送 title: type: string description: 邮件标题 is_read: type: boolean description: 是否读取,true 读过, false 未读 html_content: type: string description: 邮件正文 files: type: array items: $ref: '#/components/schemas/Schema_0e135e' description: 附件列表 time: type: string format: date-time description: 接收邮件时间 iso_time: type: string description: 接收邮件时间 ISO x-swagger-1-2-name: 邮件详情实体 HttpResult: type: object properties: message: type: string code: type: integer format: int32 data: type: object header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult HttpResult_List_Map_string_object_43a756: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Map_string_object_e0fd20' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Map«string,object»»» HttpResult_List_MajorDirection_55f171: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/MajorDirection' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«MajorDirection»» MajorDirection: type: object properties: id: type: integer format: int32 countryId: type: integer format: int32 schoolId: type: integer format: int32 gradeId: type: integer format: int32 cname: type: string ename: type: string keyword: type: string majorCount: type: integer format: int32 x-swagger-1-2-name: MajorDirection HttpResult_List_MajorCategory_f959a6: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/MajorCategory' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«MajorCategory»» MajorCategory: type: object properties: id: type: integer format: int32 countryId: type: integer format: int32 schoolId: type: integer format: int32 gradeId: type: integer format: int32 cname: type: string ename: type: string keyword: type: string x-swagger-1-2-name: MajorCategory HttpResult_List_University_5b7f89: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/University' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«University»» University: type: object properties: id: type: integer format: int32 status: type: integer format: int32 name: type: string ename: type: string province: type: string city: type: string level: type: string type: type: string v211: type: string v985: type: string rank: type: integer format: int32 x-swagger-1-2-name: University DiyAppliedSchoolVO: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 schoolId: type: integer format: int32 schoolName: type: string majorId: type: integer format: int32 majorName: type: string haveOffer: type: integer format: int32 academic: type: string language: type: string x-swagger-1-2-name: DiyAppliedSchoolVO UserDiyInfo: type: object properties: uid: type: integer format: int32 signingAgent: type: integer format: int32 hopeRecSchool: type: string listenScore: type: number format: double readScore: type: number format: double writeScore: type: number format: double speakScore: type: number format: double practice: type: string specialRequirements: type: string email: type: string wechatId: type: string hopeIntroService: type: string wechatPhone: type: integer format: int32 planningBookId: type: integer format: int32 extraService: type: integer format: int32 x-swagger-1-2-name: UserDiyInfo UserDiyThreestepsInfo: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 realnameFirst: type: string realnameLast: type: string applyCountryId: type: integer format: int32 hopeYear: type: integer format: int32 hopeQuarter: type: integer format: int32 attendGrade: type: integer format: int32 applyEducationId: type: integer format: int32 attendSchool: type: string attendMajor: type: string gpa: type: string gpaLevel: type: integer format: int32 hopeMajor1: type: integer format: int32 hopeMajor2: type: string languageKey: type: string languageValue: type: string specialRequirements: type: string createTime: type: string format: date-time updateTime: type: string format: date-time x-swagger-1-2-name: UserDiyThreestepsInfo HttpResult_UserDiyThreestepVO_a0208d: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/UserDiyThreestepVO' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«UserDiyThreestepVO» UserDiyThreestepVO: type: object properties: userDiyThreestepsInfo: $ref: '#/components/schemas/UserDiyThreestepsInfo' firstCountry: type: integer format: int32 secondCountry: type: integer format: int32 educations: type: array items: type: integer userDiyInfo: $ref: '#/components/schemas/UserDiyInfo' applySchoolList: type: array items: $ref: '#/components/schemas/DiyAppliedSchoolVO' x-swagger-1-2-name: UserDiyThreestepVO HttpResult_List_IntelligentSchool_807cb4: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/IntelligentSchool' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«IntelligentSchool»» IntelligentSchool: type: object properties: categoryId: type: integer format: int32 categoryName: type: string inCartFlag: type: boolean schoolBasic: $ref: '#/components/schemas/SchoolBasic' x-swagger-1-2-name: IntelligentSchool HttpResult_List_Major_58fd76: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Major' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Major»» Docele: type: object properties: id: type: integer format: int32 title: type: string hot: type: integer format: int32 rank: type: integer format: int32 primaryRankScore: type: integer format: int32 secondRankScore: type: integer format: int32 distinctCount: type: integer format: int32 onlineStatus: type: integer format: int32 sumValue: type: integer format: int32 x-swagger-1-2-name: Docele HttpResult_List_Docele_6e8881: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Docele' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«Docele»» HttpResult_int_f2bae6: type: object properties: message: type: string code: type: integer format: int32 data: type: integer format: int32 header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«int» GpaCalc: type: object properties: score: type: number format: double level: type: number format: double scoreStr: type: string x-swagger-1-2-name: GpaCalc SysGlobalStatus: type: object properties: id: type: integer format: int32 gsName: type: string gsValue: type: integer format: int32 gsViewName: type: string gsType: type: string format: byte gsViewGroup: type: integer format: int32 bsId: type: integer format: int32 gsDesc: type: string x-swagger-1-2-name: SysGlobalStatus HttpResult_SysGlobalStatus_6c6a94: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/SysGlobalStatus' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«SysGlobalStatus» HttpResult_List_VO_-_1b4268: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/VO_-_183f88' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«订单信息VO - 前台»» HttpResult_PayInfoVo_66732c: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/PayInfoVo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«PayInfoVo» PayInfoVo: type: object properties: transactionId: type: string itemPriceFen: type: integer format: int32 payPriceFen: type: integer format: int32 payFinishTime: type: string format: date-time payId: type: string bizOrderId: type: string payActionUrl: type: string payStatus: type: string enum: - '1' - '2' - '3' - '4' x-swagger-1-2-name: PayInfoVo VO_-_890e8c: type: object properties: orderId: type: integer format: int32 description: 订单ID 添加成功后将订单编号放回此处 orderCode: type: string description: 订单编号 添加成功后将订单编号放回此处 uid: type: integer format: int32 description: 用户ID goodsId: type: integer format: int32 description: 商品ID skuId: type: integer format: int32 description: skuID creator: type: integer format: int32 description: 创建人 couponNo: type: string description: 优惠券号 discountAmount: type: integer format: int64 description: 优惠金额 receivableAmount: type: integer format: int64 description: 联合子商品应收金额 payAmount: type: integer format: int64 description: 本次支付金额 元 needPay: type: boolean description: 联合子订单列表 subList: type: array items: $ref: '#/components/schemas/VO_-_890e8c' description: 联合子订单列表 x-swagger-1-2-name: 添加订单参数VO - 后台 Schema_86072f: type: object properties: orderCode: type: string description: 订单编号 opTime: type: string format: date-time description: 订单编号 opType: type: string description: 操作类型 支付/退款 gateway: type: string description: 支付方式/退款方式 amount: type: string description: 金额 支付金额/退款金额 x-swagger-1-2-name: 支付相关操作记录 HttpResult_List_02431d: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Schema_86072f' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«支付相关操作记录»» OrderDocInfoDetailVo: type: object properties: id: type: integer format: int32 orderCode: type: string orderUid: type: integer format: int32 orderId: type: integer format: int32 realname: type: string goodsType: type: string orderDocCode: type: string orderDocStatus: type: integer format: int32 orderDocStatusName: type: string orderDocSuid: type: integer format: int32 orderDocSuName: type: string orderDocLastTime: type: string format: date-time orderDocSuidTime: type: string format: date-time orderDocFileStartTime: type: string format: date-time orderDocFileSuid: type: integer format: int32 orderDocFileSendTime: type: string format: date-time orderDocFileSendSuid: type: integer format: int32 autoConfirmDay: type: integer format: int32 autoConfirmHour: type: integer format: int32 orderDocConfirmTime: type: string format: date-time orderDocConfirmUid: type: integer format: int32 orderDocColseTime: type: string format: date-time orderDocColseUid: type: integer format: int32 orderDocRemark: type: string orderDocCreated: type: string format: date-time orderDocCreator: type: integer format: int32 orderDocModified: type: string format: date-time orderDocModifier: type: integer format: int32 orderStatus: type: integer format: int32 orderDoUserType: type: integer format: int32 orderType: type: integer format: int32 goodsName: type: string serviceUploadFileList: type: array items: $ref: '#/components/schemas/Schema_f23045' statusEnumMap: type: array items: $ref: '#/components/schemas/EnumsObj' materialTemplateUrl: type: string x-swagger-1-2-name: OrderDocInfoDetailVo Schema_f23045: type: object description: order_doc_info_file properties: id: type: integer format: int32 orderDocCode: type: string description: 文书业务单编号 orderDocFileType: type: integer format: int32 description: 文件类型(如:ps、cv等)106=个人陈述107=推荐信108=小论文109=个人简历 orderDocFile: type: integer format: int32 description: 关联文件ID orderDocUserType: type: integer format: int32 description: 文件上传人类型(0=顾问,1=学生) orderDocUser: type: integer format: int32 description: 上传人ID orderDocFileTime: type: string format: date-time description: 上传时间 orderFileIsDelete: type: integer format: int32 description: 是否删除 0=未删除 1=已除 orderFileDeleted: type: string format: date-time description: 删除时间 x-swagger-1-2-name: 文书业务单文件关联信息对象 HttpResult_OrderDocInfoDetailVo_acc9c1: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/OrderDocInfoDetailVo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«OrderDocInfoDetailVo» EnumsObj: type: object properties: id: type: integer format: int32 code: type: string value: type: string type: type: integer format: int32 x-swagger-1-2-name: EnumsObj HttpResult_OrderStudyInfoDetailVo_174008: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/OrderStudyInfoDetailVo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«OrderStudyInfoDetailVo» OrderStudyInfoDetailVo: type: object properties: id: type: integer format: int32 orderCode: type: string orderUid: type: integer format: int32 orderStudyCode: type: string orderStudyStatus: type: integer format: int32 orderStudyAssistantUid: type: integer format: int32 orderStudyAssistantTime: type: string format: date-time orderStudyEduUid: type: integer format: int32 orderStudyEduTime: type: string format: date-time scoreType: type: integer format: int32 scoreSmallType: type: integer format: int32 trainBeforeScore: type: number format: double trainTargetScore: type: number format: double trainAfterScore: type: number format: double testDate: type: string format: date-time orderStudyCreated: type: string format: date-time orderStudyCreator: type: integer format: int32 orderStudyModified: type: string format: date-time orderStudyModifier: type: integer format: int32 orderStudyReark: type: string orderType: type: integer format: int32 statusMap: type: array items: $ref: '#/components/schemas/EnumsObj' x-swagger-1-2-name: OrderStudyInfoDetailVo StudyCourseVo: type: object properties: id: type: integer format: int32 courseName: type: string courseStarttime: type: string format: date-time couserEndtime: type: string format: date-time courseStartTimeStr: type: string couserEndTimeStr: type: string uid: type: integer format: int32 userName: type: string status: type: integer format: int32 teacher1: type: integer format: int32 teacher2: type: integer format: int32 teacher3: type: integer format: int32 teacherName: type: string orderStudyCode: type: string createTime: type: string format: date-time createUser: type: integer format: int32 updateTime: type: string format: date-time updateUser: type: integer format: int32 courseComboCode: type: string courseType: type: integer format: int32 studyVideo: $ref: '#/components/schemas/Schema_689fdb' x-swagger-1-2-name: StudyCourseVo Schema_689fdb: type: object description: order_video properties: id: type: integer format: int32 courseId: type: integer format: int32 description: 课程id classId: type: string description: 展视互动教室id或者全时教室唯一码 classNumber: type: integer format: int32 description: 课堂编号 assistantToken: type: string description: 助教口令 teacherToken: type: string description: 老师口令 studentClientToken: type: string description: 学生客户端口令 startDate: type: string format: date-time description: 开始时间 teacherJoinUrl: type: string description: 老师和助教加入url studentJoinUrl: type: string description: 学生加入url scene: type: integer format: int32 description: 0:大讲堂,1:小班课,2:私教课 x-swagger-1-2-name: 语培视屏信息对象 HttpResult_StudyCourseVo_4a61ad: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/StudyCourseVo' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«StudyCourseVo» StudyCourseSearchVo: type: object properties: courseStarttime: type: string couserEndtime: type: string uid: type: integer format: int32 courseName: type: string userName: type: string status: type: integer format: int32 orderStudyCode: type: string pageNo: type: integer format: int32 offset: type: integer format: int32 pageSize: type: integer format: int32 sort: type: string teacherId: type: integer format: int32 teacherName: type: string itemName: type: string itemPrice: type: integer format: int64 pinyin: type: string x-swagger-1-2-name: StudyCourseSearchVo -_ad6a28: type: object properties: agreementCode: type: string description: 合同编号 goodsName: type: string description: 商品名称 contractCreated: type: string format: date-time description: 合同创建时间 signStatus: type: integer format: int32 description: 流程状态,0-草稿1-签署中2-完成3-撤销5-过期(签署截至日志到期后触发)7-拒签 8-失效 flowId: type: string description: 签署流程id flowUrl: type: string description: 用户签署链接 fileId: type: string description: 文件id fileUrl: type: string description: 原文件地址 x-swagger-1-2-name: 订单合同在线签署 - 前台 HttpResult_List_-_a0ea6d: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/-_ad6a28' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«List«订单合同在线签署 - 前台»» SignCallback: type: object properties: action: type: string signFlowId: type: string signResult: type: integer format: int32 signOrder: type: integer format: int32 timestamp: type: integer format: int64 operateTime: type: integer format: int64 resultDescription: type: string organization: $ref: '#/components/schemas/Organization' x-swagger-1-2-name: SignCallback Organization: type: object properties: orgId: type: string orgName: type: string x-swagger-1-2-name: Organization Entry_string_int_3e25de: type: object properties: key: type: integer format: int32 x-swagger-1-2-name: Entry«string,int» HttpResult_Map_string_int_ca4887: type: object properties: message: type: string code: type: integer format: int32 data: type: array items: $ref: '#/components/schemas/Entry_string_int_3e25de' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«Map«string,int»» OrderMallRefundParam: type: object properties: id: type: integer format: int32 uid: type: integer format: int32 orderCode: type: string auditStatus: type: integer format: int32 refundReason: type: string refundLastArrivalTime: type: string format: date-time refundAmount: type: number format: double regOrderId: type: integer format: int32 payAccountType: type: integer format: int32 payBankName: type: string payOpeningBank: type: string payRealName: type: string payAccountName: type: string entranceCardName: type: string entranceCardFile: type: integer format: int32 entranceVisaFile: type: integer format: int32 entranceCasFile: type: integer format: int32 entranceBfcFile: type: integer format: int32 entranceTuitionFile: type: integer format: int32 key: type: string x-swagger-1-2-name: OrderMallRefundParam HttpResult_VO_698bb0: type: object properties: message: type: string code: type: integer format: int32 data: $ref: '#/components/schemas/VO_629325' header: type: string page: $ref: '#/components/schemas/Page' apiInfo: $ref: '#/components/schemas/ApiInfo' x-swagger-1-2-name: HttpResult«入学退款VO» VO_629325: type: object description: 入学退款信息展示用对象 properties: orderMallInfoVO: $ref: '#/components/schemas/VO_-_183f88' orderMallRefundParam: $ref: '#/components/schemas/OrderMallRefundParam' x-swagger-1-2-name: 入学退款VO Schema_36ac7e: type: object description: RunwayCountry properties: id: type: integer format: int32 description: id applyId: type: string description: 申请id countryId: type: integer format: int32 description: 意向国家Id countryName: type: string description: 意向国家名称 x-swagger-1-2-name: 意向国家对象 Schema_c68756: type: object description: ReportCardReq properties: reportName: type: string description: 成绩单名称 reportId: type: integer format: int32 description: 成绩单id type: type: integer format: int32 description: 类型 1-成绩单 2-语言成绩 3-其他 x-swagger-1-2-name: 成绩单对象 Schema_0b664c: type: object description: RunwayLanguageScore properties: id: type: integer format: int32 description: id applyId: type: string description: 申请id type: type: integer format: int32 description: 类型 1-成绩单 2-语言成绩 3-其他 languageName: type: string description: 语言成绩类型 TOEFL IELTS 高考英语 无 score: type: string description: 分数 reportName: type: string description: 成绩单名称 reportId: type: integer format: int32 description: 成绩单id x-swagger-1-2-name: 语言成绩对象 Schema_1bb5ea: type: object description: RunwayUserInfoReq properties: messCode: type: string description: 短信验证码 ddsCode: type: string description: 随机校验码 applyId: type: string description: 申请id name: type: string description: 姓名 enum: - '20' sex: type: integer format: int32 description: 性别 1男 2女 enum: - '1' picUrl: type: string description: 免冠照片 enum: - '200' nominalFamily: type: string description: 民族 enum: - '20' mobile: type: string description: 手机号 enum: - '11' mail: type: string description: 邮箱 enum: - '100' contactWx: type: string description: 微信 enum: - '100' idNumber: type: string description: 身份证号 enum: - '20' nationalityId: type: integer format: int32 description: 籍贯 enum: - '11' mailAddress: type: string description: 通讯地址 enum: - '50' healthCondition: type: string description: 健康状况 enum: - '50' symptom: type: string description: 有无重大病史 enum: - '50' speciality: type: string description: 特长 enum: - '100' prize: type: string description: 获奖情况 enum: - '100' isOverseas: type: integer format: int32 description: 有无留学经验 0-有 1-无 enum: - '1' guarderName: type: string description: 监护人姓名 enum: - '20' guarderMobile: type: string description: 监护人电话 enum: - '11' guarderMail: type: string description: 监护人邮箱 enum: - '50' currentSchool: type: string description: 就读学校 enum: - '50' schoolStart: type: string format: date-time description: 就读开始时间 schoolEnd: type: string format: date-time description: 就读结束时间 disciplineDirection: type: integer format: int32 description: 学科方向 enum: - '3' gpa: type: string description: 平均成绩 enum: - '3' hopeYear: type: integer format: int32 description: 入读年份 enum: - '10' contactMobile: type: string description: 联系号码 enum: - '11' created: type: string format: date-time description: 创建时间 countryList: type: array items: $ref: '#/components/schemas/Schema_36ac7e' description: 意向国家List languageScoreList: type: array items: $ref: '#/components/schemas/Schema_0b664c' description: 语言成绩List reportCardList: type: array items: $ref: '#/components/schemas/Schema_c68756' description: 成绩单List applyEducation: type: integer format: int32 description: 申请学历 required: - messCode - ddsCode - name - sex - picUrl - nominalFamily - mobile - mail - contactWx - idNumber - nationalityId - mailAddress - healthCondition - symptom - speciality - prize - isOverseas - guarderName - guarderMobile - guarderMail - currentSchool - schoolStart - schoolEnd - disciplineDirection - gpa - hopeYear - contactMobile - applyEducation x-swagger-1-2-name: 报名申请信息对象 AllianceActiveResult: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true List: type: array items: {} description: Untyped Java List as emitted by the source Swagger 1.2 documents. x-swagger-1-2-name: List Map_string_object_e0fd20: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true Map_string_string_5005ea: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true MaterialOther: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true PicInfoVO: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true RegisterUserVO: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true RunwaySysUser: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true RunwaySysUserInfoSearch: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true RunwayUserInfo: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true RunwayUserInfoSearch: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true Schema_81c246: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true SignWechatCodeVO: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true UserDiyInfoVO: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true UsersSignSearchVO: type: object description: Model referenced by the 51offer Swagger 1.2 documents at https://www.51offer.com/api-docs but never defined in them; no properties are asserted here because the provider does not publish any. x-undefined-in-source: true securitySchemes: tokenHeader: type: apiKey in: header name: token description: 'Session token header. Observed on live responses from https://www.51offer.com: Access-Control-Allow-Headers includes "token" and Access-Control-Expose-Headers is "token". Unauthenticated calls to public endpoints (e.g. GET /ngGpaCalc/constants) return 200; authenticated user endpoints return the envelope with a non-200 code field. 51offer publishes no developer auth documentation.'