Commit bcd75af6 authored by ZhuChunYang's avatar ZhuChunYang

添加托管服务配置

parent 62b8124a
......@@ -68,5 +68,6 @@ return [
],
],
'lottery' => require(dirname(__FILE__) . '/lottery.php'),
'trusteeship' => require(dirname(__FILE__) . '/trusteeship.php'),
'coin_quotation_disable_items' => ['WTC']
];
<?php
/**
* Created by PhpStorm.
* User: ZCY
* Date: 2018/10/8
* Time: 15:13
*/
return [
'service' => [
'scheme' => 'http',
'host' => '172.16.100.114',
'port' => 8808,
],
'coin_getsupport' => '/v1/coin/get-support', //获取支持的币种
];
\ 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