workorder
    • 地址
      • 地址-添加
      • 地址-删除
      • 地址-列表
    • 任务
      • 任务-添加
      • 任务-删除
      • 任务-列表
    • 日志
      • 工单-日志
    • 工单
      • 订阅通知
      • 工单-添加
      • 工单-开始
      • 工单-列表
      • 工单-获取
      • 工单-更新
      • 工单-删除
    • 数据模型
      • Schemas
      • base.JsonPageInfoReply
      • base.OrderStatus
      • base.WorkerType
      • handles.JonsUpdateOrderReply
      • handles.JonsUpdateOrderRequest
      • handles.JsonAddAddressPayload
      • handles.JsonAddAddressReply
      • handles.JsonAddAddressRequest
      • handles.JsonAddOrderPayload
      • handles.JsonAddOrderReply
      • handles.JsonAddOrderRequest
      • handles.JsonAddTaskPayload
      • handles.JsonAddTaskReply
      • handles.JsonAddTaskRequest
      • handles.JsonDelAddressReply
      • handles.JsonDelOrderReply
      • handles.JsonDelTaskReply
      • handles.JsonGetOrderPayload
      • handles.JsonGetOrderReply
      • handles.JsonJob
      • handles.JsonJobInfo
      • handles.JsonListAddressFilter
      • handles.JsonListAddressPayload
      • handles.JsonListAddressReply
      • handles.JsonListAddressRequest
      • handles.JsonListOrderFilter
      • handles.JsonListOrderPayload
      • handles.JsonListOrderReply
      • handles.JsonListOrderRequest
      • handles.JsonListTaskFilter
      • handles.JsonListTaskPayload
      • handles.JsonListTaskReply
      • handles.JsonListTaskRequest
      • handles.JsonOrderLog
      • handles.JsonOrderLogReply
      • handles.JsonOrderLogRequest
      • handles.JsonSubscribe
      • handles.JsonSubscribePayload
      • handles.JsonWorker
      • handles.JsonWorkerFilter

    handles.JsonOrderLogRequest

    {
        "userId": "string",
        "puId": "string",
        "orderComplete": true,
        "jobUid": "string",
        "jobComplete": true,
        "worker": {
            "id": "string",
            "type": "user",
            "name": "string"
        },
        "time": 0,
        "content": "string",
        "address": "string",
        "lng": 0,
        "lat": 0,
        "images": [
            "string"
        ],
        "imageFileIdList": [
            "string"
        ],
        "videoFileIdList": [
            "string"
        ]
    }
    Built with