123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802 |
- {
- "swagger": "2.0",
- "info": {
- "description": "This is a gateway server. On the page, you can go to do testing for every API.",
- "title": "Project access-control-monitor's APIs",
- "contact": {},
- "license": {},
- "version": "1.1"
- },
- "paths": {
- "/api/v1/attendance": {
- "put": {
- "description": "上传考勤数据",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "上传考勤数据",
- "parameters": [
- {
- "description": "上传考勤数据",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.AttendanceRequest"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.AttendanceResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/auth": {
- "put": {
- "description": "授权获取key",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "授权获取key",
- "parameters": [
- {
- "description": "授权信息",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.LoginBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.LoginResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/staff": {
- "put": {
- "description": "更新员工信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "更新员工信息",
- "parameters": [
- {
- "description": "上传员工信息",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.RegisterBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.StaffUpdateResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- },
- "post": {
- "description": "上传员工信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "上传员工信息",
- "parameters": [
- {
- "description": "上传员工信息",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.RegisterRequest"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.RegisterResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/staff/del": {
- "put": {
- "description": "删除员工信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "删除员工信息",
- "parameters": [
- {
- "description": "删除人员",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.StaffDeleteBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.StaffDeleteResp"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/team": {
- "put": {
- "description": "更新班组信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "更新班组信息",
- "parameters": [
- {
- "description": "班组信息",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.TeamInfoBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.TeamUpdateResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- },
- "post": {
- "description": "上传班组信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "上传班组信息",
- "parameters": [
- {
- "description": "上传班组信息",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.TeamInfoBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.TeamInfoResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/api/v1/team/del": {
- "put": {
- "description": "删除班组信息",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "user"
- ],
- "summary": "删除班组信息",
- "parameters": [
- {
- "description": " ",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.TeamDeleteBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.TeamDeleteResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- },
- "/ping": {
- "put": {
- "description": "心跳",
- "consumes": [
- "application/json"
- ],
- "produces": [
- "application/json"
- ],
- "tags": [
- "heatbeat"
- ],
- "summary": "心跳",
- "parameters": [
- {
- "description": "sn",
- "name": "body",
- "in": "body",
- "required": true,
- "schema": {
- "$ref": "#/definitions/v1.PingBody"
- }
- }
- ],
- "responses": {
- "200": {
- "description": "OK",
- "schema": {
- "$ref": "#/definitions/v1.PingResponse"
- }
- },
- "500": {
- "description": "Internal Server Error",
- "schema": {
- "$ref": "#/definitions/base.HTTPError"
- }
- }
- }
- }
- }
- },
- "definitions": {
- "base.HTTPError": {
- "type": "object",
- "properties": {
- "code": {
- "type": "integer",
- "format": "int",
- "example": 500
- },
- "message": {
- "type": "string",
- "example": "status bad request"
- }
- }
- },
- "v1.AttendanceRequest": {
- "type": "object",
- "required": [
- "sn"
- ],
- "properties": {
- "datetime": {
- "type": "string"
- },
- "direction": {
- "type": "integer"
- },
- "id_card_number": {
- "type": "string"
- },
- "id_card_type": {
- "type": "integer"
- },
- "sn": {
- "type": "string"
- },
- "team_name": {
- "type": "string"
- },
- "team_sys_no": {
- "description": "json 数组 Content 里面的内容用 des 加密 deskey: 对接的时候提供,\n加密前格式:\n{\n\"count\": 2,\n\"logs\":[\n{\"sn\": \"XXXX\",\"user_id\": \"XXXXX\",\"recog_time\":\n\"yyyy-Mm-dd HH:mm:SS\"},\n{\"sn\": \"XXXX\",\"user_id\": \"XXXXX\",\"recog_time\": \"yyyy-M\nm-dd HH:mm:SS\"}\n] }\nAppKey string `form:\"app_key\" json:\"app_key\" binding:\"required\"`",
- "type": "integer"
- },
- "work_name": {
- "type": "string"
- },
- "work_no": {
- "type": "string"
- }
- }
- },
- "v1.AttendanceResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.LoginBody": {
- "type": "object",
- "required": [
- "sn"
- ],
- "properties": {
- "sn": {
- "type": "string"
- }
- }
- },
- "v1.LoginResp": {
- "type": "object",
- "properties": {
- "key": {
- "type": "string"
- }
- }
- },
- "v1.LoginResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "data": {
- "type": "object",
- "$ref": "#/definitions/v1.LoginResp"
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.PingBody": {
- "type": "object",
- "required": [
- "sn"
- ],
- "properties": {
- "sn": {
- "type": "string"
- }
- }
- },
- "v1.PingResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.RegisterBody": {
- "type": "object",
- "required": [
- "sn"
- ],
- "properties": {
- "address": {
- "type": "string"
- },
- "age": {
- "type": "integer"
- },
- "colture_level_type": {
- "type": "integer"
- },
- "corp_code": {
- "type": "string"
- },
- "corp_name": {
- "type": "string"
- },
- "gender": {
- "type": "string"
- },
- "grant_org": {
- "type": "string"
- },
- "has_contract": {
- "type": "string"
- },
- "head_image": {
- "type": "string"
- },
- "id_card_number": {
- "type": "string"
- },
- "id_card_type": {
- "type": "integer"
- },
- "is_team_leader": {
- "type": "string"
- },
- "mobile": {
- "type": "string"
- },
- "nation": {
- "type": "integer"
- },
- "native_place": {
- "type": "string"
- },
- "politics_type": {
- "type": "integer"
- },
- "sn": {
- "type": "string"
- },
- "team_name": {
- "type": "string"
- },
- "team_sys_no": {
- "type": "integer"
- },
- "work_name": {
- "type": "string"
- },
- "work_no": {
- "type": "string"
- },
- "work_type": {
- "type": "string"
- }
- }
- },
- "v1.RegisterRequest": {
- "type": "object",
- "required": [
- "sn"
- ],
- "properties": {
- "address": {
- "type": "string"
- },
- "age": {
- "type": "integer"
- },
- "colture_level_type": {
- "type": "integer"
- },
- "corp_code": {
- "type": "string"
- },
- "corp_name": {
- "type": "string"
- },
- "gender": {
- "type": "string"
- },
- "grant_org": {
- "type": "string"
- },
- "has_contract": {
- "type": "string"
- },
- "head_image": {
- "type": "string"
- },
- "id_card_number": {
- "type": "string"
- },
- "id_card_type": {
- "type": "integer"
- },
- "is_team_leader": {
- "type": "string"
- },
- "mobile": {
- "type": "string"
- },
- "nation": {
- "type": "integer"
- },
- "native_place": {
- "type": "string"
- },
- "politics_type": {
- "type": "integer"
- },
- "sn": {
- "type": "string"
- },
- "team_name": {
- "type": "string"
- },
- "team_sys_no": {
- "type": "integer"
- },
- "work_name": {
- "type": "string"
- },
- "work_no": {
- "type": "string"
- },
- "work_type": {
- "type": "string"
- }
- }
- },
- "v1.RegisterResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.StaffDeleteBody": {
- "type": "object",
- "required": [
- "sn",
- "work_nos"
- ],
- "properties": {
- "sn": {
- "type": "string"
- },
- "work_nos": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "v1.StaffDeleteResp": {
- "type": "object",
- "properties": {
- "work_nos": {
- "type": "array",
- "items": {
- "type": "string"
- }
- }
- }
- },
- "v1.StaffUpdateResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.TeamDeleteBody": {
- "type": "object",
- "properties": {
- "sn": {
- "type": "string"
- },
- "team_sys_nos": {
- "type": "array",
- "items": {
- "type": "integer"
- }
- }
- }
- },
- "v1.TeamDeleteResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.TeamInfoBody": {
- "type": "object",
- "properties": {
- "corp_code": {
- "type": "string"
- },
- "corp_name": {
- "type": "string"
- },
- "remark": {
- "type": "string"
- },
- "sn": {
- "type": "string"
- },
- "team_leader_name": {
- "type": "string"
- },
- "team_leader_phone": {
- "type": "string"
- },
- "team_name": {
- "type": "string"
- },
- "team_sys_no": {
- "type": "integer"
- }
- }
- },
- "v1.TeamInfoResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- },
- "v1.TeamUpdateResponse": {
- "type": "object",
- "properties": {
- "code": {
- "description": "返回码",
- "type": "integer",
- "format": "int",
- "default": 0
- },
- "message": {
- "description": "消息",
- "type": "string",
- "default": "success"
- }
- }
- }
- }
- }
|