作者 潘浩文

个人中心接口

... ... @@ -2,6 +2,7 @@
namespace api\portal\controller;
use cmf\controller\RestBaseController;
use Think\Db;
/**
* @title 积分商城
* @description 积分商城相关接口
... ...
*
.runtime
!.gitignore
\ No newline at end of file
... ...
<?php
/**
* 配置文件
*/
return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
// 数据库名
'database' => 'maifuzi',
// 用户名
'username' => 'db136s1ehvo1yn73',
// 密码
'password' => 'cxz307311SJK',
// 端口
'hostport' => '3306',
// 数据库编码默认采用utf8
'charset' => 'utf8mb4',
// 数据库表前缀
'prefix' => 'mfz_',
"authcode" => 'eSWtLxB72pNhA0yUPY',
//#COOKIE_PREFIX#
];
... ...
<?php return array (
);
\ No newline at end of file
... ...