<?php /** * Created by PhpStorm. * User: Wang * Date: 2020-09-07 * Time: 14:39 */ return [ "api_sign_secret"=>md5("api_sign_secret"),//接口签名秘钥 ];