|
@@ -128,6 +128,7 @@ type LoginResp struct {
|
|
Status string `description:"状态"`
|
|
Status string `description:"状态"`
|
|
EndDate string `description:"到期日期"`
|
|
EndDate string `description:"到期日期"`
|
|
ProductName string `description:"客户类型名称"`
|
|
ProductName string `description:"客户类型名称"`
|
|
|
|
+ IsPotential bool `description:"是否是潜在"`
|
|
}
|
|
}
|
|
|
|
|
|
type CheckStatusResp struct {
|
|
type CheckStatusResp struct {
|