Skip to content

API接口模拟测试地址

liangjig edited this page Jun 15, 2013 · 3 revisions

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字符串,下面是数据(主要方便阅读)