八字精算
<p>[TOC]</p>
<h3>接口描述</h3>
<ul>
<li> 基于八字精盘结合大运流年神煞,推断十年大运运势,百年流年运势,包括财运,运程,姻缘,事业,学业,健康诸多信息,是八字测算升级版,增加了十年大运,流年运势。</li>
</ul>
<h3>请求地址</h3>
<p><code>https://api.jumdata.com/horoscope/precise</code></p>
<h3>请求方式</h3>
<ul>
<li>POST</li>
</ul>
<h3>请求格式</h3>
<ul>
<li>x-www-form-urlencoded</li>
</ul>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必须</th>
<th><div style="width:400px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>appId</td>
<td>String</td>
<td>是</td>
<td>服务商分配的唯一标识</td>
</tr>
<tr>
<td>timestamp</td>
<td>Long</td>
<td>是</td>
<td>当前时间戳(毫秒数)</td>
</tr>
<tr>
<td>sign</td>
<td>String</td>
<td>是</td>
<td>签名,详见签名算法说明</td>
</tr>
<tr>
<td>name</td>
<td>String</td>
<td>是</td>
<td>姓名</td>
</tr>
<tr>
<td>sex</td>
<td>String</td>
<td>是</td>
<td>性别 0:男 1:女</td>
</tr>
<tr>
<td>type</td>
<td>String</td>
<td>是</td>
<td>历类型 0:农历 1:公历</td>
</tr>
<tr>
<td>birthDay</td>
<td>String</td>
<td>是</td>
<td>出生年月日时分 格式yyyyMMddHHmm 譬如202509132155 </td>
</tr>
<tr>
<td>sect</td>
<td>String</td>
<td>否</td>
<td>流派 例:1:晚子时日柱算明天 2:晚子时日柱算当天 默认:1</td>
</tr>
<tr>
<td>zhen</td>
<td>String</td>
<td>否</td>
<td>是否真太阳时 例:1:考虑真太阳时 2:不考虑真太阳时 默认:2</td>
</tr>
<tr>
<td>province</td>
<td>String</td>
<td>否</td>
<td>省 例:北京市 非必传,但是如果考虑真太阳时,省和市都必传 详见<a href="<a href="https://www.showdoc.com.cn/jumdata/11558915168150800">真太阳时城市列表</a>">https://www.showdoc.com.cn/jumdata/11558915168150800">真太阳时城市列表</a></a>; </td>
</tr>
<tr>
<td>city</td>
<td>String</td>
<td>否</td>
<td>市 例:北京 非必传,但是如果考虑真太阳时,省和市都必传 详见<a href="<a href="https://www.showdoc.com.cn/jumdata/11558915168150800">真太阳时城市列表</a>">https://www.showdoc.com.cn/jumdata/11558915168150800">真太阳时城市列表</a></a>; </td>
</tr>
<tr>
<td>lang</td>
<td>String</td>
<td>否</td>
<td>语言:zh-cn 、en-us、zh-tw 默认:zh-cn </td>
</tr>
<tr>
<td>factor</td>
<td>String</td>
<td>否</td>
<td>调整因子:例:0:不作调整 1:需要作调整 默认:0 </td>
</tr>
</tbody>
</table>
<h3>签名算法说明</h3>
<p><code>sign = sha256(appId + appSecret + timestamp)</code></p>
<p>用服务商分配的 appId、服务商分配的 appSecret,当前时间时间戳 timestamp,按上述顺序拼接成字符串,再进行 sha256 哈希得到。如下:</p>
<pre><code class="language-java">String appId = &quot;xyzxy2121zxyz&quot;;
String timestamp = &quot;1555378976238&quot;;
String appSecret = &quot;efcefcef1121cefcefc1212121&quot;;
String str = appId + appSecret + timestamp;
String sign = sha256(str);</code></pre>
<h3>成功返回样例</h3>
<pre><code class="language-json">{
&quot;code&quot;: 200,//返回码,详见返回码说明
&quot;msg&quot;: &quot;成功&quot;, //code对应的描述
&quot;taskNo&quot;: &quot;297667220221147391480569&quot;,//本次请求号
&quot;charge&quot;: true,//计费标志
&quot;data&quot;: {
&quot;base_info&quot;: { //基本信息
&quot;zhen&quot;:
{ //考虑真太阳时才会有此字段,不考虑真太阳时就没有这个字段
&quot;province&quot;: &quot;北京市&quot;, //真太阳时省市
&quot;city&quot;: &quot;北京&quot;, //真太阳时省市
&quot;jingdu&quot;: &quot;116.46&quot;, //真太阳经度
&quot;weidu&quot;: &quot;39.92&quot;, //真太阳纬度
&quot;shicha&quot;: &quot;晚0小时14分10秒&quot; //考虑真太阳的时差
},
&quot;sex&quot;: &quot;乾造&quot;,
&quot;name&quot;: &quot;张三&quot;,
&quot;gongli&quot;: &quot;1994-12-03 18:55:00&quot;, //公历
&quot;nongli&quot;: &quot;一九九四年冬月初一日 酉时&quot;, //农历
&quot;qiyun&quot;: &quot;1年3个月20天后起运&quot;, //起运
&quot;jiaoyun&quot;: &quot;1996-03-23后交运&quot;, //交运
&quot;taiyuan&quot;: &quot;丙寅&quot;, //胎元
&quot;taiyuan_nayin&quot;: &quot;炉中火&quot;, //胎元纳音
&quot;taixi&quot;: &quot;戊寅&quot;, //胎息
&quot;taixi_nayin&quot;: &quot;城头土&quot;, //胎息纳音
&quot;minggong&quot;: &quot;癸酉&quot;, //命宫
&quot;minggong_nayin&quot;: &quot;剑锋金&quot;, //命宫纳音
&quot;shengong&quot;: &quot;癸酉&quot;, //身宫
&quot;shengong_nayin&quot;: &quot;剑锋金&quot;, //身宫纳音
&quot;shengxiao&quot;: &quot;狗&quot;, //生肖
&quot;xingzuo&quot;: &quot;射手&quot;, //星座
&quot;siling&quot;: &quot;壬&quot;, //司令
&quot;jiaoyun_mang&quot;: &quot;逢丙、庚年 清明前3天的午时 交大运&quot;,//交运 (盲派断法)
&quot;xingxiu&quot;: &quot;女宿北方玄武&quot;, //星宿
&quot;minggua&quot;: { //命卦信息
&quot;minggua_name&quot;: &quot;乾&quot;, //命卦名
&quot;minggua_fangwei&quot;: &quot;西四命&quot; //命卦方位
},
&quot;wuxing_wangdu&quot;: &quot;水旺 木相 金休 土囚 火死&quot;, //五行旺度
&quot;wuxing_xiji&quot;: &quot;喜土 用火 闲金 仇水 忌木&quot;, //五行喜忌
&quot;tiangan_liuyi&quot;: &quot;癸甲相生 乙辛相冲&quot;, //天干留意
&quot;dizhi_liuyi&quot;: &quot;酉戌相害 亥亥自刑&quot;, //地支留意
&quot;zhengge&quot;: &quot;伤官格&quot;, //八字正格
&quot;xiyongshen&quot;: { //喜用神 无敌律数八字五行量化法
&quot;qiangruo&quot;: &quot;八字偏弱&quot;, //八字强弱
&quot;xiyongshen&quot;: &quot;金,水&quot;, //以金,水为喜用神
&quot;jishen&quot;: &quot;水&quot;, //以水为忌神
&quot;xiyongshen_desc&quot;: &quot;身弱,需补助,避免克泄耗,喜用金补水,避木忌土火。&quot;, //喜用神说明
&quot;jin_number&quot;: 0, //五行统计 金有0个
&quot;mu_number&quot;: 1, //五行统计 木有1个
&quot;shui_number&quot;: 2, //五行统计 水有2个
&quot;huo_number&quot;: 3, //五行统计 火有3个
&quot;tu_number&quot;: 2, //五行统计 土有2个
&quot;tonglei&quot;: &quot;金水&quot;, //同类为金水
&quot;yilei&quot;: &quot;木火土&quot;, //异类为木火土
&quot;rizhu_tiangan&quot;: &quot;水&quot; //命主五行属水
&quot;zidang&quot;: 0, //自党分
&quot;yidang&quot;: 9, //异党分
&quot;zidang_percent&quot;: &quot;0%&quot;, //自党占百分比
&quot;yidang_percent&quot;: &quot;100%&quot;,//异党占百分比
&quot;jin_score&quot;: 75, //五行金能量分数
&quot;mu_score&quot;: 16, //五行木能量分数
&quot;shui_score&quot;: 118,//五行水能量分数
&quot;huo_score&quot;: 36,//五行火能量分数
&quot;tu_score&quot;: 139,//五行土能量分数
&quot;jin_score_percent&quot;: &quot;19.53%&quot;, //五行金能量占比
&quot;mu_score_percent&quot;: &quot;4.17%&quot;, //五行木能量占比
&quot;shui_score_percent&quot;: &quot;30.73%&quot;, //五行水能量占比
&quot;huo_score_percent&quot;: &quot;9.38%&quot;, //五行火能量占比
&quot;tu_score_percent&quot;: &quot;36.2%&quot;, //五行土能量占比
&quot;yinyang&quot;: &quot;阴阳平衡&quot; //五行阴阳参考
},
&quot;detail_info&quot;: { //详细信息
&quot;dayun_info&quot;: [ //大运信息
{
&quot;dayun_index&quot;: 1, //大运下标,代表第几个大运(一个大运10年,百年为10个大运)
&quot;dayun_start_year&quot;: 1996, //第1个大运起始年
&quot;dayun_start_age&quot;: 3, //第1个大运起始年的年龄
&quot;dayun_end_year&quot;: 2005, //第1个大运结束年
&quot;dayun_end_age&quot;: 12, //第1个大运结束年的年龄
&quot;dayun_start_ganzhi&quot;: &quot;丙子&quot;, //第1个大运年干支
&quot;dayun_xun&quot;: &quot;甲戌&quot;, //第1个大运年所在询
&quot;dayun_kongwang&quot;: &quot;申酉&quot;, //第1个大运年空亡
&quot;dayun_shishen&quot;: &quot;正财&quot;, //第1个大运年十神信息
&quot;dayun_changsheng&quot;: &quot;临官&quot;, //第1个大运年长生信息
&quot;dayun_year_tg&quot;: &quot;丙&quot;, //年干
&quot;dayun_year_dz&quot;: &quot;子&quot;, //年支
&quot;dayun_year_cg&quot;: [ //年地支藏干信息
&quot;癸&quot;
],
&quot;dayun_year_tg_god&quot;: &quot;正财&quot;, //年天干十神
&quot;dayun_year_dz_god&quot;: [ //年地支十神
&quot;比肩&quot;
],
&quot;dayun_dz_star_cs&quot;: &quot;临官&quot;, //大运年地支十二长生|星运
&quot;dayun_dz_self_cs&quot;: &quot;胎&quot;, //大运年地支十二长生|自坐
&quot;dayun_nayin&quot;: &quot;涧下水&quot;, //纳音
&quot;dayun_wuxing&quot;: &quot;火水&quot;, //五行
&quot;dayun_tg_liuyi&quot;: &quot;壬乙相生 辛壬相生 乙辛相冲&quot;, //大运天干留意
&quot;dayun_dz_liuyi&quot;: &quot;子丑合化土 子拱亥 亥亥自刑&quot;, //大运地支留意
&quot;liunian_info&quot;: [ //流年信息
{ //以下信息参考上面,只是主体变成流年
&quot;liunian_index&quot;: 0,
&quot;liunian_year&quot;: 1996,
&quot;liunian_age&quot;: 3,
&quot;liunian_ganzhi&quot;: &quot;丙子&quot;,
&quot;liunian_xun&quot;: &quot;甲戌&quot;,
&quot;liunian_kongwang&quot;: &quot;申酉&quot;,
&quot;liunian_shishen&quot;: &quot;正财&quot;,
&quot;liunian_changsheng&quot;: &quot;临官&quot;,
&quot;liunian_year_tg&quot;: &quot;丙&quot;,
&quot;liunian_year_dz&quot;: &quot;子&quot;,
&quot;liunian_year_cg&quot;: [
&quot;癸&quot;
],
&quot;liunian_tg_god&quot;: &quot;正财&quot;,
&quot;liunian_dz_god&quot;: [
&quot;比肩&quot;
],
&quot;liunian_dz_star_cs&quot;: &quot;临官&quot;,
&quot;liunian_dz_self_cs&quot;: &quot;胎&quot;,
&quot;liunian_nayin&quot;: &quot;涧下水&quot;,
&quot;liunian_wuxing&quot;: &quot;火水&quot;,
&quot;liunian_tg_liuyi&quot;: &quot;乙辛相冲&quot;,
&quot;liunian_dz_liuyi&quot;: &quot;酉丑半合金局 巳酉半合金局 巳丑半合金局 巳亥相冲 巳酉丑三合金局&quot;,
&quot;liunian_shensha&quot;: &quot;禄神 福星 天厨 桃花&quot;, //流年神煞
&quot;liunian_indication&quot;: { //流年批示
&quot;shiye&quot;: &quot;此流年无神煞入命,预示命主事业运势平平,当潜心蛰伏,行稳致远,不问收获但问耕耘,需知运势变化无定,总有一飞冲天时,届时便犹如蛟龙入水,大展宏图。&quot;, //事业
&quot;xueye&quot;: &quot;此流年无神煞入命,预示命主学业运势平平,当知经风雨洗涤,岁月静好,学海漫漫,需勤学苦读,长风破浪,方能有所成。&quot;, //学业
&quot;yunshi&quot;: &quot;此流年无神煞入命,预示命主此年运势平平,请勿灰心,需知运势高低起伏终无定时,世间变幻亦无穷极,应当趁此平缓时机更加努力耕耘,总归有扬眉吐气之时。&quot;, //运势
&quot;yinyuan&quot;: &quot;此流年吉星入命,必逢喜事,若命主单身,此年有希望遇到心仪之人,若命主已有恋人,此年有希望迈进婚姻。&quot;, //姻缘
&quot;caiyun&quot;: &quot;此流年财星入命,预示命主此年福份和财禄丰足,流年走财运,有贵人助财,荣华富贵,锦衣玉食。&quot;, //财运
&quot;jiankang&quot;: &quot;此流年医星入命,预示命主此年身体健壮,即便偶有病痛也是快来快去,另有亲友照拂,健康运势非常良好。&quot; //健康
}
},
{...} //第2次流年
{...} //第3次流年
...
{...}//第10次流年
],
&quot;dayun_shensha&quot;: &quot;禄神 福星 天厨 桃花&quot;, //第一次大运神煞信息
&quot;dayun_indication&quot;: { //大运批示
&quot;shiye&quot;: &quot;此大运无神煞入命,预示命主事业运势平平,当潜心蛰伏,行稳致远,不问收获但问耕耘,需知运势变化无定,总有一飞冲天时,届时便犹如蛟龙入水,大展宏图。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;,
&quot;xueye&quot;: &quot;此大运无神煞入命,预示命主学业运势平平,当知经风雨洗涤,岁月静好,学海漫漫,需勤学苦读,长风破浪,方能有所成。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;,
&quot;yunshi&quot;: &quot;此大运无神煞入命,预示命主此年运势平平,请勿灰心,需知运势高低起伏终无定时,世间变幻亦无穷极,应当趁此平缓时机更加努力耕耘,总归有扬眉吐气之时。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;,
&quot;yinyuan&quot;: &quot;此大运吉星入命,必逢喜事,若命主单身,此年有希望遇到心仪之人,若命主已有恋人,此年有希望迈进婚姻。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;,
&quot;caiyun&quot;: &quot;此大运财星入命,预示命主此年福份和财禄丰足,大运走财运,有贵人助财,荣华富贵,锦衣玉食。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;,
&quot;jiankang&quot;: &quot;此大运医星入命,预示命主此年身体健壮,即便偶有病痛也是快来快去,另有亲友照拂,健康运势非常良好。此十年大运坐[临官],预示未来十年,所有积极正面的因素,会对命主影响强烈,而消极负面的因素,对命主影响极其微弱。&quot;
}
},
{....},//第2次大运
{....},//第3次大运
.....
{....},//第10次大运
],
&quot;sizhu_info&quot;: { //四柱信息
&quot;year&quot;: { //年柱信息
&quot;tg_god&quot;: &quot;伤官&quot;, //年天干十神
&quot;tg&quot;: &quot;甲&quot;, //年天干
&quot;dz&quot;: &quot;戌&quot;, //年地支
&quot;cg&quot;: [ //年地支藏干
&quot;戊&quot;,
&quot;辛&quot;,
&quot;丁&quot;
],
&quot;dz_god&quot;: [ //年地支藏干十神
&quot;正官&quot;,
&quot;偏印&quot;,
&quot;偏财&quot;
],
&quot;dz_star_cs&quot;: &quot;衰&quot;, //年地支十二长生|星运
&quot;dz_self_cs&quot;: &quot;养&quot;, //年地支十二长生|自坐
&quot;kw&quot;: &quot;申酉&quot;, //年柱空亡
&quot;ny&quot;: &quot;山头火&quot;, //年柱纳音
&quot;wx&quot;: &quot;木土&quot;, //年柱干支五行
&quot;xun&quot;: &quot;甲戌&quot;, //所在询
&quot;shensha&quot;: &quot;天医 国印&quot; //神煞
},
&quot;month&quot;: { //月信息
&quot;tg_god&quot;: &quot;食神&quot;,
&quot;tg&quot;: &quot;乙&quot;,
&quot;dz&quot;: &quot;亥&quot;,
&quot;cg&quot;: [
&quot;壬&quot;,
&quot;甲&quot;
],
&quot;dz_god&quot;: [
&quot;劫财&quot;,
&quot;伤官&quot;
],
&quot;dz_star_cs&quot;: &quot;帝旺&quot;,
&quot;dz_self_cs&quot;: &quot;死&quot;,
&quot;kw&quot;: &quot;申酉&quot;,
&quot;ny&quot;: &quot;山头火&quot;,
&quot;wx&quot;: &quot;木水&quot;,
&quot;xun&quot;: &quot;甲戌&quot;,
&quot;shensha&quot;: &quot;空亡 天德 天厨 劫煞 孤辰 天喜&quot;
},
&quot;day&quot;: { //日信息
&quot;tg_god&quot;: &quot;日主&quot;,
&quot;tg&quot;: &quot;癸&quot;,
&quot;dz&quot;: &quot;亥&quot;,
&quot;cg&quot;: [
&quot;壬&quot;,
&quot;甲&quot;
],
&quot;dz_god&quot;: [
&quot;劫财&quot;,
&quot;伤官&quot;
],
&quot;dz_star_cs&quot;: &quot;帝旺&quot;,
&quot;dz_self_cs&quot;: &quot;帝旺&quot;,
&quot;kw&quot;: &quot;子丑&quot;,
&quot;ny&quot;: &quot;大海水&quot;,
&quot;wx&quot;: &quot;水水&quot;,
&quot;xun&quot;: &quot;甲寅&quot;,
&quot;shensha&quot;: &quot;空亡 天罗 天厨 劫煞 孤辰 天喜 十恶大败 阴差阳错&quot;
},
&quot;hour&quot;: { //时信息
&quot;tg_god&quot;: &quot;偏印&quot;,
&quot;tg&quot;: &quot;辛&quot;,
&quot;dz&quot;: &quot;酉&quot;,
&quot;cg&quot;: [
&quot;辛&quot;
],
&quot;dz_god&quot;: [
&quot;偏印&quot;
],
&quot;dz_star_cs&quot;: &quot;病&quot;,
&quot;dz_self_cs&quot;: &quot;临官&quot;,
&quot;kw&quot;: &quot;子丑&quot;,
&quot;ny&quot;: &quot;石榴木&quot;,
&quot;wx&quot;: &quot;金金&quot;,
&quot;xun&quot;: &quot;甲寅&quot;,
&quot;shensha&quot;: &quot;空亡 六厄&quot;
},
&quot;sizhu_indication&quot;: { //四柱批示
&quot;chenggu&quot;: { //称骨批示
&quot;year_weight&quot;: &quot;1.5&quot;, //年骨重量
&quot;month_weight&quot;: &quot;0.9&quot;, //月骨重量
&quot;day_weight&quot;: &quot;0.5&quot;, //日骨重量
&quot;hour_weight&quot;: &quot;0.9&quot;, //时骨重量
&quot;total_weight&quot;: &quot;3.8&quot;, //总重量
&quot;description&quot;: &quot;骨格清高,聪明勤学,终能苦学成才,中年后有望摆脱贫苦,甚至踏足官场,或在大机构担任要职。&quot; //称骨断命 运程批示
},
&quot;wuxing&quot;: { //五行批示
&quot;detail_desc&quot;: &quot;甲戌年生山头火命&quot;, //五行命格
&quot;simple_desc&quot;: &quot;火&quot;, //五行所属
//五行分析
&quot;simple_description&quot;: &quot;仁义礼智信,火主礼,其性急,其情恭,其味苦,其色赤。火盛之人头小脚长,上尖下阔,浓眉小耳,精神闪烁,为人谦和恭敬,纯朴急躁。但火衰之人则黄瘦尖楞,语言妄诞,诡诈妒毒,做事有始无终。缘主乃火盛之人。&quot;,
//性格分析
&quot;detail_description&quot;: &quot;缘主表现出非凡的领导气质,缘主自信心强处理事情果断。缘主具有火的特性,激进活跃。常常尽最大力量去激励人们,将缘主的目标计划付诸实现并取得成果。缘主喜欢冒险,富有革新精神。缘主易接受可行的新建议,善于支配他人为充实、发展自己的计划作出努力。缘主多是举止、言谈充满活力的实干家。然而缘主必须严格控制自己,警惕自己的活力和报复意识促使私欲膨胀,在缘主的愿望得不到满足时,变得毫无耐心,也不替别人着想。这种人越想依靠自己的威力与强制性达到目标,其结果是将会遇到更多的麻烦和危险。缘主若对他人有同情心,做事前充分征求并能听取他人的意见,最易成为素质最高的强者。缘主应该学会控制自己的情绪和脾气,因为缘主当中很多人爱为自己的利益辩护。正因为缘主性格中有火的因素,缘主的热情与无畏精神往往能够吸引众多的人,给这些志同道合者带来很多益处,但这些人常常失去控制,不能引导自己的充沛精力正确地发挥,因而导致缘主在事业、生活诸方面的损失。&quot; //性格分析
},
&quot;yinyuan&quot;: { //姻缘批示
&quot;sanshishu_yinyuan&quot;: &quot;夫妻心连心,有长远的人生计划,喜欢互相比拼,晚年的时候,二人是富裕的。&quot; //三世书断名
},
&quot;caiyun&quot;: { //财运批示
&quot;sanshishu_caiyun&quot;: {
&quot;simple_desc&quot;: &quot;知足常乐&quot;, //简批
&quot;detail_desc&quot;: &quot;困禄,所谓知足者贫亦乐,无论出生和财禄也平平无奇,但知足的个性令缘主不以为苦。这种人福气不薄,多数拥有无忧的晚年,年纪愈大愈富贵。&quot;
}
},
&quot;xingge&quot;: {
//日柱论命
&quot;rizhu&quot;: &quot;癸亥日柱宜择戊寅日柱为配,在辰土岁运中见之,属虎者佳。智仁之命质遇仁信者当合,盖纳音及城头之阳土,大信昭然,如此相配,可以呼应彼此需求。&quot;
},
&quot;mingyun&quot;: {
//命运批示
&quot;sanshishu_mingyun&quot;: &quot;时遇天文秀气清,聪明智慧心性灵,男财女秀身清洁,满腹文章锦绣成。&quot;
}
}
}
}
}
}
}</code></pre>
<h3>失败返回样例</h3>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;姓名不能为空&quot;,
&quot;code&quot;: 400
}</code></pre>
<h3>返回字段说明</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th><div style="width:400px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>返回码,详见返回码说明</td>
</tr>
<tr>
<td>msg</td>
<td>code对应的描述</td>
</tr>
<tr>
<td>charge</td>
<td>计费标志</td>
</tr>
<tr>
<td>taskNo</td>
<td>本次请求号</td>
</tr>
<tr>
<td>data</td>
<td>返回具体结果,详见成功返回样例</td>
</tr>
</tbody>
</table>
<h3>code返回码说明</h3>
<table>
<thead>
<tr>
<th>code</th>
<th><div style="width:400px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td>成功(计费)</td>
</tr>
<tr>
<td>400</td>
<td>参数错误</td>
</tr>
<tr>
<td>404</td>
<td>请求地址不正确</td>
</tr>
<tr>
<td>500</td>
<td>服务商维护,请稍候再试</td>
</tr>
<tr>
<td>601</td>
<td>接口未开通</td>
</tr>
<tr>
<td>602</td>
<td>账号停用</td>
</tr>
<tr>
<td>603</td>
<td>余额不足请充值</td>
</tr>
<tr>
<td>604</td>
<td>接口停用</td>
</tr>
<tr>
<td>606</td>
<td>调用超限,请稍候再试</td>
</tr>
<tr>
<td>607</td>
<td>ip不在白名单</td>
</tr>
<tr>
<td>609</td>
<td>请求过于频繁,请稍候再试</td>
</tr>
<tr>
<td>610</td>
<td>请求超时</td>
</tr>
<tr>
<td>999</td>
<td>其他,以实际返回为准</td>
</tr>
</tbody>
</table>