<?php
return [
'sign_key' => env('SIGN_SECRET', '111111'),//api签名密钥
'encry_key' => env('ENCRY_SECRET', '222222')//加密密钥
];