Commit 9c81f813 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 3098add5
...@@ -127,6 +127,12 @@ class CoinReleaseMemberController extends BaseController ...@@ -127,6 +127,12 @@ class CoinReleaseMemberController extends BaseController
$value[] = $value[3] * $present / 100; $value[] = $value[3] * $present / 100;
$value[] = $company_name; $value[] = $company_name;
} }
foreach ($data as $key => &$value){
$value[3] /= 1e8;
unset($value[4]);
unset($value[5]);
unset($value[6]);
}
//$result = CoinReleaseMember::implode($data); //$result = CoinReleaseMember::implode($data);
return ['code' => 0, 'msg' => '预览成功','data' => $data]; return ['code' => 0, 'msg' => '预览成功','data' => $data];
} else { } else {
......
...@@ -492,7 +492,7 @@ class CoinService extends Coin implements CoinInterface ...@@ -492,7 +492,7 @@ class CoinService extends Coin implements CoinInterface
* @param string $sid * @param string $sid
* @return object|string * @return object|string
*/ */
/* public function quotation() public function quotation()
{ {
//使用缓存 //使用缓存
$key = [ $key = [
...@@ -538,6 +538,6 @@ class CoinService extends Coin implements CoinInterface ...@@ -538,6 +538,6 @@ class CoinService extends Coin implements CoinInterface
} }
} }
return $result; return $result;
}*/ }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment