WorkPro Manual

创建签到

[Api Test]

Url

[接口服务器地址]/addon_sign/api/save.html

Method

POST

Request Headers

Name 必选 Type Description
Content-Type true string application/json; charset=UTF-8
authen true string Authen 什么是认证码
appid true string AppID 什么是接入ID
timestamp true string Timestamp
uid true string UID
lang true string Language zh-cn,en-us

Request Body

Name 必选 Type Description
type true int 签到类型 签到类型 1:上班 2:下班 3:外勤 4:会议
note true string 签到备注
latitude true string 纬度
longitude true string 经度
area true string 签到地点
attachs true string 附件列表ID
users true json 会议成员

Debug Tool

Test

Return

            {"status":1,"code":0,"msg":"","data":{"url":""}}