作者 潘浩文

个人中心接口

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 namespace api\portal\controller; 2 namespace api\portal\controller;
3 use cmf\controller\RestBaseController; 3 use cmf\controller\RestBaseController;
4 use Think\Db; 4 use Think\Db;
  5 +
5 /** 6 /**
6 * @title 积分商城 7 * @title 积分商城
7 * @description 积分商城相关接口 8 * @description 积分商城相关接口
1 -* 1 +.runtime
2 !.gitignore 2 !.gitignore
  1 +<?php
  2 +/**
  3 + * 配置文件
  4 + */
  5 +
  6 +return [
  7 + // 数据库类型
  8 + 'type' => 'mysql',
  9 + // 服务器地址
  10 + 'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
  11 + // 数据库名
  12 + 'database' => 'maifuzi',
  13 + // 用户名
  14 + 'username' => 'db136s1ehvo1yn73',
  15 + // 密码
  16 + 'password' => 'cxz307311SJK',
  17 + // 端口
  18 + 'hostport' => '3306',
  19 + // 数据库编码默认采用utf8
  20 + 'charset' => 'utf8mb4',
  21 + // 数据库表前缀
  22 + 'prefix' => 'mfz_',
  23 + "authcode" => 'eSWtLxB72pNhA0yUPY',
  24 + //#COOKIE_PREFIX#
  25 +];
  1 +<?php return array (
  2 +);