shouhuo.php
参数
$id = intval($_POST['id']);//int 必选 $token = strtoupper($_POST["token"]);//必选 $sign = strtoupper($_POST["sign"]);//必选
返回值示例
{ "ret": "888", "msg": "收获成功" }
cuishu.php
参数
$id = intval($_POST['id']);//int 必选 $token = strtoupper($_POST["token"]);//必选 $sign = strtoupper($_POST["sign"]);//必选
返回值示例
{ "ret": "888", "msg": "催熟成功" }
cuishu_getMoney.php
参数
$id = intval($_POST['id']);//int 必选 土地ID $token = strtoupper($_POST["token"]);//必选 $sign = strtoupper($_POST["sign"]);//必选
返回值示例
{ "ret": "888", "num": 12 }
feed.php
参数
$id = intval($_POST['id']);//int 必选 $count = intval($_POST['count']);//int 必选 $token = strtoupper($_POST["token"]); 必选 $sign = strtoupper($_POST["sign"]);必选
返回值示例
{ "ret": "888", "msg": "喂养成功" }
chushou.php
参数
$id = intval($_POST['id']);//int 必选 $token = strtoupper($_POST["token"]);//必选 $sign = strtoupper($_POST["sign"]);//必选
返回值示例
{ "ret": "888", "msg": "出售成功" }