Commit 430a6e29 authored by rlgy's avatar rlgy

update

parent 00f56728
...@@ -55,4 +55,16 @@ return [ ...@@ -55,4 +55,16 @@ return [
'do_award_step' => 10, //开奖区块步进 'do_award_step' => 10, //开奖区块步进
], ],
], ],
'service' => [
'ZhaobiService' => [ //找币接口
'validatecode' => [ //接口名称
'method' => 'POST',
'scheme' => 'https',
'host' => 'pcapi.zhaobi.tech',
'port' => '',
'path' => '/api/send/validatecode',
],
],
],
]; ];
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