轨道保存or修改
POST
/tgky/satelliteTrackInfo/addSatelliteTrackInfo
接口描述
1、携带主键id则修改,否则为保存 2、卫星id参数要么传回当前卫星id 否则不要传回此参数
请求参数
参数名
类型
描述
必填
argumaenOfPerigee
Double
近地点辐角
必填
eccentricity
Double
偏心率
必填
epochTime
string
历元时刻
必填
inclination
Double
倾角
必填
meanAnomaly
Double
平近点角
必填
nodeNumber
string
节点编号
必填
orbitPresent
int
轨道表示方式 1 六根数 2 两行根数
必填
positing
Double
定点位置(经度)
必填
raan
Double
升交点赤经
必填
satelliteId
int
卫星id
必填
semiMajorAxis
Double
半长轴
必填
tleContent
Double
两行根数
必填
响应参数
参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填