We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
http://42.121.193.134:83/new_api_test/index.php
返回说明(举例):
{"resp_status":"OK","resp_data":{"random":332075620}}array(2) { ["resp_status"]=> string(2) "OK" ["resp_data"]=> array(1) { ["random"]=> int(332075620) } }
Array ( [resp_status] => OK [resp_data] => Array ( [random] => 332075620 )
)
返回分为两部分,上面一部分是json字符串,下面是数据(主要方便阅读)