|
@@ -59,7 +59,7 @@ class Exchange extends Api
|
|
|
'token_name' => $welfare['token_name'],
|
|
'token_name' => $welfare['token_name'],
|
|
|
'token_num' => round($welfare['token_num'], 2),
|
|
'token_num' => round($welfare['token_num'], 2),
|
|
|
'is_chabao' => $welfare['is_chabao'],
|
|
'is_chabao' => $welfare['is_chabao'],
|
|
|
- 'chabao_num' => $welfare['chabao_num']
|
|
|
|
|
|
|
+ 'chabao_num' => round($welfare['chabao_num'],2)
|
|
|
];
|
|
];
|
|
|
$this->success('ok', ['data'=>$data_info, 'desc'=> $welfare['describe']]);
|
|
$this->success('ok', ['data'=>$data_info, 'desc'=> $welfare['describe']]);
|
|
|
}
|
|
}
|