国学API
  1. 国学API
国学API
  • 国学API
    • 接入前准备
    • 接口签名
    • 个人成熟度测试
      GET
    • 个人成熟度测试题库
      GET
    • 抑郁症自测量表题库
      GET
    • 马斯洛安全感题库
      GET
    • 抑郁症自测量表
      GET
    • 马斯洛安全感
      GET
    • 自我价值题库
      GET
    • 自我价值
      GET
    • 焦虑症自评量表题库
      GET
    • 焦虑症自评量表
      GET
    • 标准情商测试题库
      GET
    • 标准情商测试
      GET
    • 双向情感障碍自评量表题库
      GET
    • 双向情感障碍自评量表
      GET
    • 测测你的人际魅力指数题库
      GET
    • 测测你的人际魅力指数
      GET
    • 野心测试题库
      GET
    • 野心测试
      GET
    • MBTI题库
      GET
    • MBTI报告
      GET
    • 性格色彩题库
      GET
    • 性格色彩报告
      GET
    • 你的人设报告
      GET
    • 八字个人情商
      GET
    • 择吉日
      GET
    • 紫微斗数生辰详批
      GET
    • 八字合婚
      GET
    • 命定桃花
      GET
    • 紫微斗数事业详批
      GET
    • 紫微斗数龙年运势
      GET
    • 手机号码测吉凶
      GET
    • 八字一生财运
      GET
    • 正缘画像
      GET
    • 十二年危机
      GET
    • 恋爱解析
      GET
    • 数字能量分析手机号
      GET
    • 观音灵签
      GET
    • 有事问卦
      GET
    • 决策小奇牌题库
      GET
    • 决策小奇牌
      GET
    • 黄大仙灵签
      GET
    • 月老灵签
      GET
    • 关帝灵签
      GET
    • 妈祖灵签
      GET
    • 人际交往能力检测题库
      GET
    • 人际交往能力检测
      GET
    • 孤独感测试题库
      GET
    • 孤独感测试
      GET
    • 亲子关系自查题库
      GET
    • 亲子关系自查
      GET
    • 你对另一半满意吗?题库
      GET
    • 你对另一半满意吗?
      GET
    • 心理素质测试题库
      GET
    • 心理素质测试
      GET
    • 你的性格内向还是外向题库
      GET
    • 你的性格内向还是外向
      GET
    • 你有多缺爱
      GET
    • 你有多缺爱题库
      GET
    • 测你性格最真实的一面
      GET
    • 测你性格最真实的一面题库
      GET
    • 你拖延到什么程度了?
      GET
    • 你拖延到什么程度了题库
      GET
    • 家庭教养方式测评问卷
      GET
    • 家庭教养方式测评问卷题库
      GET
    • 一生有几段婚姻
      GET
    • 八字基本命盘
      GET
    • 八字专业命盘
      GET
    • 称骨算命
      GET
    • 性情解析
      GET
    • 恋爱复合
      GET
    • 你给人的第一印象如何题库
      GET
    • 你给人的第一印象如何
      GET
    • 梅花易数
      GET
    • 三世演禽
      GET
    • 一生有多少横财
      GET
    • 富贵贫贱
      GET
    • 用神
      GET
  1. 国学API

马斯洛安全感题库

GET
/fortune/psych/safeQuestions

请求参数

Query 参数
signature
string 
必需
签名串:详见接口签名文档
appKey
string 
商户appKey
必需
timestamp
string 
必需
时间戳(精确至毫秒)

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://zhenlingcn.com/gxapi/fortune/psych/safeQuestions?signature=&appKey=&timestamp='

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
array [object {3}] 
必需
item
array [object {2}] 
必需
no
integer 
必需
problem
string 
必需
msg
string 
必需
subCode
string 
必需
示例
{
  "code": 10000,
  "data": [
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 1,
      "problem": "通常,我更愿与人呆在一起,而不是个人独处。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 2,
      "problem": "在社交方面我感到轻松。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 3,
      "problem": "我缺乏自信。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 4,
      "problem": "感到自己已经得到了足够的赞扬。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 5,
      "problem": "我经常感到对世事的不满。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 6,
      "problem": "我感到人们像尊重他人一样地尊重我。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 7,
      "problem": "一次窘迫的经历会使我在很长时间内感到不安和焦虑。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 8,
      "problem": "我对自己感到满意。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 9,
      "problem": "一般说来,我不是一个自私的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 10,
      "problem": "当我与别人在一起时,我也常常会有一种孤独的感觉。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 11,
      "problem": "我倾向于通过逃避来避免一些不愉快的事情。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 12,
      "problem": "我感到生活对我来说是公平的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 13,
      "problem": "当朋友批评我时,我是可以接受的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 14,
      "problem": "我很容易气馁。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 15,
      "problem": "我通常对绝大多数人都是友好的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 16,
      "problem": "我经常感到活着没有意思。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 17,
      "problem": "一般说来,我是一个乐观主义者。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 18,
      "problem": "我认为我是一个相当敏感的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 19,
      "problem": "一般说来,我是一个快活的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 20,
      "problem": "通常,我对自己抱有信心。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 21,
      "problem": "我常常自己感到不自然。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 22,
      "problem": "我对自己不是很满意。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 23,
      "problem": "我经常情绪低落。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 24,
      "problem": "在我与每个人第一次见面时,我常常感到对方可能不会喜欢我。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 25,
      "problem": "我对自己有足够的信心。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 26,
      "problem": "通常,我认为大多数人都是可以信任的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 27,
      "problem": "我认为,在这个世界上我是一个有用的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 28,
      "problem": "一般说来,我与他人相处很融洽。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 29,
      "problem": "我经常为自己的未来发愁。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 30,
      "problem": "我感到自己是坚强有力的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 31,
      "problem": "我很健谈。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 32,
      "problem": "我有一种自己是别人的负担的感觉。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 33,
      "problem": "我在表达自己感情方面存在困难。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 34,
      "problem": "我时常为他人的幸运而感到欣喜。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 35,
      "problem": "我经常感到似乎遗忘了什么事情。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 36,
      "problem": "我是一个比较多疑的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 37,
      "problem": "一般说来,我认为世界是一个适于生存的好地方。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 38,
      "problem": "我很容易不安。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 39,
      "problem": "我经常反省自己。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 40,
      "problem": "我是在按照自己的意愿生活,而不是按照其他什么人的意愿在生活。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 41,
      "problem": "当事情没办好时,我为自己感到悲哀和伤心。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 42,
      "problem": "我感到自己在工作和职业上是一个成功者。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 43,
      "problem": "我通常愿意让别人了解我究竟是怎样一个人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 44,
      "problem": "我感到自己没有能很好地适应生活。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 45,
      "problem": "我经常抱着“车到山前必有路”的信念而坚持将事情做下去。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 46,
      "problem": "我感到生活是一个沉重的负担。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 47,
      "problem": "我被自卑所困扰。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 48,
      "problem": "一般说来,我感到还好。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 49,
      "problem": "我与异性相处得很好。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 50,
      "problem": "在街上,我曾因感到人们在看我而烦恼。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 51,
      "problem": "我很容易受伤害。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 52,
      "problem": "在这个世界上,我感到温暖。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 53,
      "problem": "我为自己的智力而忧虑。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 54,
      "problem": "通常,我使别人感到轻松。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 55,
      "problem": "对于未来,我隐隐有一种恐惧感。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 56,
      "problem": "我的行为很自然。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 57,
      "problem": "一般说来,我是幸运的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 58,
      "problem": "我有一个幸福的童年。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 59,
      "problem": "我有许多真正的朋友。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 60,
      "problem": "在多数时间中我都感到不安。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 61,
      "problem": "我不喜欢竞争。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 62,
      "problem": "我的家庭环境很幸福。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 63,
      "problem": "我时常担心会遇到飞来的横祸。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 64,
      "problem": "在与人相处时,我常常会感到很烦燥。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 65,
      "problem": "一般说来,我很容易满足。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 66,
      "problem": "我的情绪时常会一下子从非常高兴变得非常悲哀。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 67,
      "problem": "一般说来,我受到人们的尊重和尊敬。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 68,
      "problem": "我可以很好地与别人配合工作。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 69,
      "problem": "我感到自己不能控制自己的情感。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 70,
      "problem": "我有时感到人们在嘲笑我。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 71,
      "problem": "一般说来,我是一个比较陌生的人。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 72,
      "problem": "总的说来,我感到世界对我是公正的。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 73,
      "problem": "我曾经因怀疑一些事情并非真实而苦恼。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 74,
      "problem": "我经常受到羞辱。"
    },
    {
      "item": [
        {
          "answer": "是",
          "type": "A"
        },
        {
          "answer": "否",
          "type": "B"
        },
        {
          "answer": "不清楚",
          "type": "C"
        }
      ],
      "no": 75,
      "problem": "我经常感到自己被人们视为异乎寻常。"
    }
  ],
  "msg": "操作成功",
  "subCode": "OK"
}
上一页
抑郁症自测量表题库
下一页
抑郁症自测量表
Built with