Browse Source

删除部分注释

master
wanghongjun 2 years ago
parent
commit
6b5f4d9f74
  1. 2
      app/controller/Index.php
  2. 2
      app/controller/Passport.php
  3. 2
      app/model/AwardsRecords.php
  4. 4
      app/model/User.php
  5. 2
      app/model/ZoneGoodsParam.php

2
app/controller/Index.php

@ -21,8 +21,6 @@ class Index extends BaseController
/** /**
* 轮播图 * 轮播图
* @author whj
* @date 2023-08-30 9:50
*/ */
public function rotationChart() public function rotationChart()
{ {

2
app/controller/Passport.php

@ -261,8 +261,6 @@ class Passport extends BaseController
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author whj
* @date 2023-08-30 15:23
*/ */
public function AgentLogin() public function AgentLogin()
{ {

2
app/model/AwardsRecords.php

@ -14,8 +14,6 @@ class AwardsRecords extends Model
* @param $amount * @param $amount
* @param $balance * @param $balance
* @return mixed * @return mixed
* @author whj
* @date 2023-08-29 11:34
*/ */
public static function createRecords($user_id,$cr_id,$amount,$balance) public static function createRecords($user_id,$cr_id,$amount,$balance)
{ {

4
app/model/User.php

@ -46,8 +46,6 @@ class User extends Model
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author whj
* @date 2023-08-22 16:28
*/ */
public function login($data) public function login($data)
{ {
@ -205,8 +203,6 @@ class User extends Model
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author whj
* @date 2023-08-30 17:31
*/ */
public static function decrWithdrawalBalance($user_id,$balance) public static function decrWithdrawalBalance($user_id,$balance)
{ {

2
app/model/ZoneGoodsParam.php

@ -36,8 +36,6 @@ class ZoneGoodsParam extends Model
/** /**
* 获取中奖金额 * 获取中奖金额
* @author whj
* @date 2023-08-28 17:50
*/ */
public static function getAwardsAmount($id) public static function getAwardsAmount($id)
{ {

Loading…
Cancel
Save