7

在使用kinfe4j Desktop disk 模式的时候能够进主界面,但是接口文档显示异常

 2 years ago
source link: https://www.oschina.net/question/5111025_2324300
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

在使用kinfe4j Desktop disk 模式的时候能够进主界面,但是接口文档显示异常

osc_04103984 发布于 今天 17:52

请问下作者大大,我在使用kinfe4j Desktop disk 模式的时候能够进主界面,但是接口文档显示的都为空,比如点击POST 获取广告组就会变成空

{ "swagger": "2.0", "info": { "description": "This is a sample server celler server.", "title": "Swagger Example API", "termsOfService": "127.0.0.1:9095", "contact": { "name": "127.0.0.1:9095", "url": "", "email": "[email protected]" }, "license": { "name": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" }, "version": "1.0" }, "host": "127.0.0.1:9095", "basePath": "/v1", "paths": { "/tencent-info/get-adgroups": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "tencent_info" ], "summary": "获取广告组", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/handlers.GetTencentInfoReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/tencent-info/get-avatar": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "tencent_info" ], "summary": "获取头像", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/handlers.GetTencentInfoReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/tencent-info/get-campaigns": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "tencent_info" ], "summary": "获取推广计划", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/handlers.GetTencentInfoReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/tencent-info/get-pages": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "tencent_info" ], "summary": "获取落地页", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/handlers.GetPagesReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-account-info/callback": { "post": { "tags": [ "ytf_adv_account_info" ], "summary": "回调处理", "parameters": [ { "type": "string", "description": "authorization_code", "name": "authorization_code", "in": "query", "required": true }, { "type": "string", "description": "state", "name": "state", "in": "query", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-industry-template": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_industry_template" ], "summary": "获取行业模板list", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsgList" } } } }, "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_industry_template" ], "summary": "新增行业模板", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvIndustryTemplateReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-industry-template/{id}": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_industry_template" ], "summary": "获取行业模板", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "delete": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_industry_template" ], "summary": "删除行业模板", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "patch": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_industry_template" ], "summary": "修改行业模板", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvIndustryTemplateReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-material-library": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "获取素材库list", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsgList" } } } }, "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "新增素材库", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/models.YtfAdvMaterialLibrary" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-material-library/upload": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "素材库上传腾讯云", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "图片文件", "name": "file", "in": "formData" } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-material-library/{id}": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "获取素材库", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "delete": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "删除素材库", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "patch": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_material_library" ], "summary": "修改素材库", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/models.YtfAdvMaterialLibrary" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-people-target": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "获取人群定向包list", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsgList" } } } }, "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "新增人群定向包", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvPeopleTargetReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-people-target/create-advertisement": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "通过插件创建广告", "parameters": [ { "description": "插件接口", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/models.PlugIn" } }, { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-people-target/get-array-people-target": { "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "通过 1 2 级行业搜索定向包", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-people-target/{id}": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "获取人群定向包", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "delete": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "删除人群定向包", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "patch": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_people_target" ], "summary": "修改人群定向包", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvPeopleTargetReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-user": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_user" ], "summary": "获取用户list", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsgList" } } } }, "post": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_user" ], "summary": "新增用户", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvUserReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-user/login": { "post": { "tags": [ "ytf_adv_user" ], "summary": "用户登录", "parameters": [ { "description": "登录请求json", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/handlers.LoginReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } }, "/ytf-adv-user/{id}": { "get": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_user" ], "summary": "获取用户", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "delete": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_user" ], "summary": "删除用户", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } }, "patch": { "security": [ { "x-ytf-jwt": [] } ], "tags": [ "ytf_adv_user" ], "summary": "修改用户", "parameters": [ { "type": "string", "description": "Authorization", "name": "x-ytf-jwt", "in": "header", "required": true }, { "type": "string", "description": "id", "name": "id", "in": "path", "required": true }, { "description": "用户请求参数", "name": "param", "in": "body", "required": true, "schema": { "$ref": "#/definitions/service.YtfAdvUserReq" } } ], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/handlers.JsonMsg" } } } } } }, "definitions": { "handlers.GetPagesReq": { "type": "object", "properties": { "access_token": { "type": "string" }, "account_id": { "type": "integer" }, "promoted_object_type": { "type": "string" } } }, "handlers.GetTencentInfoReq": { "type": "object", "properties": { "access_token": { "description": "token", "type": "string" }, "account_id": { "description": "腾讯 account_id", "type": "integer" } } }, "handlers.JsonMsg": { "type": "object", "properties": { "code": { "type": "string" }, "data": {}, "msg": { "type": "string" } } }, "handlers.JsonMsgList": { "type": "object", "properties": { "code": { "type": "string" }, "count": { "type": "string" }, "data": {}, "msg": { "type": "string" } } }, "handlers.LoginReq": { "type": "object", "required": [ "password", "username" ], "properties": { "password": { "type": "string" }, "username": { "type": "string" } } }, "model.AdcreativeElementArrayProperty": { "type": "object", "properties": { "max_number": { "type": "integer" }, "min_number": { "type": "integer" } } }, "model.AdcreativeElementEnumOption": { "type": "object", "properties": { "description": { "type": "string" }, "value": { "type": "string" } } }, "model.AdcreativeElementEnumProperty": { "type": "object", "properties": { "default": { "type": "string" }, "enumeration": { "type": "array", "items": { "$ref": "#/definitions/model.AdcreativeElementEnumOption" } } } }, "model.AdcreativeElementRestriction": { "type": "object", "properties": { "image_restriction": { "$ref": "#/definitions/model.ImageRestriction" }, "number_restriction": { "$ref": "#/definitions/model.NumberRestriction" }, "text_restriction": { "$ref": "#/definitions/model.TextRestriction" }, "url_restriction": { "$ref": "#/definitions/model.UrlRestriction" }, "video_restriction": { "$ref": "#/definitions/model.VideoRestriction" } } }, "model.AdcreativeElementStructProperty": { "type": "object", "properties": { "element_mutual_exclusive": { "type": "boolean" } } }, "model.CustomLocationsItemWithName": { "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" }, "radius": { "type": "integer" } } }, "model.DeepConversionBehaviorSpec": { "type": "object", "properties": { "bid_amount": { "type": "integer" }, "goal": { "type": "string" } } }, "model.DeepConversionWorthSpec": { "type": "object", "properties": { "expected_roi": { "type": "number" }, "goal": { "type": "string" } } }, "model.GeoLocations": { "type": "object", "properties": { "business_districts": { "type": "array", "items": { "type": "integer" } }, "custom_locations": { "type": "array", "items": { "$ref": "#/definitions/model.CustomLocationsItemWithName" } }, "location_types": { "type": "array", "items": { "type": "string" } }, "regions": { "type": "array", "items": { "type": "integer" } } } }, "model.ImageRestriction": { "type": "object", "properties": { "file_format": { "type": "array", "items": { "type": "string" } }, "file_size": { "type": "integer" }, "height": { "type": "integer" }, "width": { "type": "integer" } } }, "model.NumberRestriction": { "type": "object", "properties": { "max": { "type": "integer" }, "min": { "type": "integer" } } }, "model.TextRestriction": { "type": "object", "properties": { "max_length": { "type": "integer" }, "min_length": { "type": "integer" }, "text_pattern": { "type": "string" } } }, "model.UrlRestriction": { "type": "object", "properties": { "url_pattern": { "type": "string" } } }, "model.VideoRestriction": { "type": "object", "properties": { "file_format": { "type": "array", "items": { "type": "string" } }, "file_size": { "type": "integer" }, "height": { "type": "integer" }, "max_duration": { "type": "integer" }, "min_duration": { "type": "integer" }, "min_height": { "type": "integer" }, "min_width": { "type": "integer" }, "ratio_height": { "type": "integer" }, "ratio_width": { "type": "integer" }, "width": { "type": "integer" } } }, "models.Advertisement": { "type": "object", "properties": { "adgroup_name": { "type": "string" }, "auto_acquisition_enabled": { "type": "boolean" }, "begin_date": { "type": "string" }, "bid_amount": { "type": "integer" }, "bid_mode": { "type": "string" }, "bid_strategy": { "type": "string" }, "daily_budget": { "type": "integer" }, "deep_conversion_behavior_spec": { "$ref": "#/definitions/model.DeepConversionBehaviorSpec" }, "deep_conversion_type": { "type": "string" }, "deep_conversion_worth_spec": { "$ref": "#/definitions/model.DeepConversionWorthSpec" }, "end_date": { "type": "string" }, "first_day_begin_time": { "type": "string" }, "geo_location": { "$ref": "#/definitions/model.GeoLocations" }, "optimization_goal": { "type": "string" }, "people_id": { "type": "integer" }, "smart_bid_type": { "type": "string" }, "time_series": { "type": "string" } } }, "models.Originality": { "type": "object", "properties": { "adcreative_name": { "type": "string" }, "adcreative_template_id": { "type": "integer" }, "array_property": { "$ref": "#/definitions/model.AdcreativeElementArrayProperty" }, "description": { "type": "string" }, "element_type": { "type": "string" }, "enum_property": { "$ref": "#/definitions/model.AdcreativeElementEnumProperty" }, "field_type": { "type": "string" }, "ite_set": { "type": "array", "items": { "type": "string" } }, "name": { "type": "string" }, "page_type": { "type": "string" }, "parent_name": { "type": "string" }, "profile_id": { "type": "integer" }, "required": { "type": "boolean" }, "restriction": { "$ref": "#/definitions/model.AdcreativeElementRestriction" }, "struct_property": { "$ref": "#/definitions/model.AdcreativeElementStructProperty" } } }, "models.PlugIn": { "type": "object", "properties": { "access_token": { "type": "string" }, "account_id": { "type": "integer" }, "advertisements": { "type": "array", "items": { "$ref": "#/definitions/models.Advertisement" } }, "campaign_id": { "type": "integer" }, "campaign_name": { "type": "string" }, "campaign_type": { "type": "string" }, "originalitys": { "type": "array", "items": { "$ref": "#/definitions/models.Originality" } }, "promoted_object_type": { "type": "string" }, "speed_mode": { "type": "string" } } }, "models.YtfAdvMaterialLibrary": { "type": "object", "properties": { "account_id": { "description": "account id", "type": "integer" }, "created_at": { "type": "string" }, "created_people": { "description": "创建人", "type": "string" }, "id": { "type": "integer" }, "info": { "description": "图片信息", "$ref": "#/definitions/postgres.Jsonb" }, "material_name": { "description": "素材名称", "type": "string" }, "source": { "description": "来源", "type": "string" }, "updated_at": { "type": "string" }, "url": { "description": "图片腾讯云存储地址", "type": "string" }, "user_id": { "description": "用户id", "type": "integer" } } }, "postgres.Jsonb": { "type": "object", "properties": { "json.RawMessage": { "type": "array", "items": { "type": "integer" } } } }, "service.YtfAdvIndustryTemplateReq": { "type": "object", "properties": { "created_at": { "type": "string" }, "created_people": { "description": "创建人", "type": "string" }, "id": { "type": "integer" }, "primary_industry": { "description": "一级行业", "type": "integer" }, "primary_name": { "description": "一级行业名称", "type": "string" }, "secondary_industry": { "description": "二级行业", "type": "integer" }, "secondary_name": { "description": "二级行业名称", "type": "string" }, "status": { "description": "1- 使用 2- 停用", "type": "integer" }, "template_name": { "description": "模板名", "type": "string" }, "updated_at": { "type": "string" }, "updated_people": { "description": "更新人", "type": "string" }, "user_id": { "description": "用户 id", "type": "integer" }, "ytf_adv_people_target_ids": { "type": "array", "items": { "type": "integer" } } } }, "service.YtfAdvPeopleTargetReq": { "type": "object", "properties": { "age": { "$ref": "#/definitions/postgres.Jsonb" }, "behavior_or_interest": { "$ref": "#/definitions/postgres.Jsonb" }, "climate": { "type": "string" }, "consumption_status": { "type": "string" }, "consumption_type": { "type": "string" }, "created_at": { "type": "string" }, "created_people": { "type": "string" }, "deprecated_custom_audience": { "$ref": "#/definitions/postgres.Jsonb" }, "device_brand_model": { "$ref": "#/definitions/postgres.Jsonb" }, "device_price": { "type": "string" }, "dressing_index": { "type": "string" }, "education": { "type": "string" }, "excluded_converted_audience": { "$ref": "#/definitions/postgres.Jsonb" }, "financial_situation": { "type": "string" }, "game_consumption_level": { "type": "string" }, "gender": { "type": "string" }, "id": { "type": "integer" }, "makeup_index": { "type": "string" }, "marital_status": { "type": "string" }, "mobile_union_category": { "type": "string" }, "network_operator": { "type": "string" }, "network_scene": { "type": "string" }, "network_type": { "type": "string" }, "new_device": { "type": "string" }, "people_name": { "type": "string" }, "residential_community_price": { "$ref": "#/definitions/postgres.Jsonb" }, "temperature": { "type": "string" }, "updated_at": { "type": "string" }, "updated_people": { "type": "string" }, "user_id": { "type": "integer" }, "user_os": { "type": "string" }, "uv_index": { "type": "string" }, "wechat_ad_behavior": { "$ref": "#/definitions/postgres.Jsonb" }, "working_status": { "type": "string" }, "ytf_adv_industry_template_ids": { "type": "array", "items": { "type": "integer" } } } }, "service.YtfAdvUserReq": { "type": "object", "properties": { "account_id": { "description": "腾讯 account_id", "type": "integer" }, "created_at": { "type": "string" }, "id": { "type": "integer" }, "password": { "description": "密码", "type": "string" }, "phone": { "description": "电话", "type": "string" }, "role_id": { "description": "角色: 1.专家 2.运营", "type": "integer" }, "state": { "description": "状态 1-正常 2-禁止", "type": "integer" }, "updated_at": { "type": "string" }, "username": { "description": "用户名", "type": "string" } } } } } 


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK