文档
测试

光谱列表页查询

POST
show/drug_detail_info/getDrugDetailSpectraInfo

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID 示例:“drug202107051418326655303045”
必填
page_now
int
当前页码
必填
page_num
int
当前页数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
array
数据列表
必填
spectrum_name
string
示例:Mass Spectrum (Electron Ionization)
必填
spectrum_type
object
示例:GC-MS
必填
splash_key
string
示例:splash10-00dl-6900000000-74f8a29aa18d0c3afe98
必填
spectrum_id
string
示例:spec202107061108258210516362
必填
page_now
int
示例:1
必填
page_num
int
示例:10
必填
count
int
总数
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "spectrum_id": "spec202107061108274079175108", "spectrum_name": "Mass Spectrum (Electron Ionization)", "spectrum_type": "MS", "splash_key": "splash10-00dl-6900000000-74f8a29aa18d0c3afe98" }, { "spectrum_id": "spec202107061108273373238159", "spectrum_name": "GC-MS Spectrum - GC-MS", "spectrum_type": "GC-MS", "splash_key": "splash10-006w-2910000000-910e8ce2493a05870b33" }, { "spectrum_id": "spec202107061108267401776972", "spectrum_name": "LC-MS/MS Spectrum - LC-ESI-QFT , negative", "spectrum_type": "LC-MS/MS", "splash_key": "splash10-014l-9000000000-4d636e2d7318b857528d" }, { "spectrum_id": "spec202107061108259466231999", "spectrum_name": "LC-MS/MS Spectrum - LC-ESI-QFT , positive", "spectrum_type": "LC-MS/MS", "splash_key": "splash10-01ot-0900000000-42f69c49b256900b7524" }, { "spectrum_id": "spec202107061108258822787172", "spectrum_name": "GC-MS Spectrum - EI-B", "spectrum_type": "GC-MS", "splash_key": "splash10-014i-1590000000-7890c99ca2b0e2c4ff19" }, { "spectrum_id": "spec202107061108258210516362", "spectrum_name": "GC-MS Spectrum - EI-B", "spectrum_type": "GC-MS", "splash_key": "splash10-00dl-9400000000-64327d3bef0063cf4fe1" }, { "spectrum_id": "spec202107061108247660396410", "spectrum_name": "Predicted GC-MS Spectrum - GC-MS", "spectrum_type": "Predicted GC-MS", "splash_key": null }, { "spectrum_id": "spec202107061108223742749088", "spectrum_name": "GC-MS Spectrum - GC-EI-TOF (Pegasus III TOF-MS system, Leco; GC 6890, Agilent Technologies)", "spectrum_type": "GC-MS", "splash_key": "splash10-014l-2960000000-ffcb8d28ab7e460b0da8" }, { "spectrum_id": "spec202107061108197943100873", "spectrum_name": "GC-MS Spectrum - GC-MS (1 TMS)", "spectrum_type": "GC-MS", "splash_key": "splash10-006w-2910000000-910e8ce2493a05870b33" }, { "spectrum_id": "spec202107061108197391330254", "spectrum_name": "GC-MS Spectrum - CI-B", "spectrum_type": "GC-MS", "splash_key": "splash10-00di-0900000000-113943b65024522c1712" } ], "page_now": 1, "page_num": 10, "count": 43 }