liujiandao
2023-11-09 53b44dab82da8c59fdabbd8099a2af59ca3e6f3c
docs/docs.go
@@ -7148,7 +7148,9 @@
                        }
                    }
                }
            }
            },
        "/api/salesDetails/updateStatus": {
            "post": {
                "produces": [
                    "application/json"
@@ -7164,7 +7166,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.UpdateSalesDetails"
                            "$ref": "#/definitions/request.UpdateSalesDetailsStatus"
                        }
                    }
                ],
@@ -17811,6 +17813,17 @@
                }
            }
        },
        "request.UpdateSalesDetailsStatus": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "integer"
                },
                "status": {
                    "$ref": "#/definitions/constvar.SalesDetailsStatus"
                }
            }
        },
        "request.UpdateSalesLeads": {
            "type": "object",
            "properties": {