|
@@ -43,7 +43,7 @@ class Userwallet extends Api
|
|
|
$this->success('success',$list);
|
|
|
}
|
|
|
|
|
|
- //我的余额日志
|
|
|
+ //我的核销余额日志
|
|
|
public function my_hexiaomoney_log(){
|
|
|
$type = input('type',0);
|
|
|
|
|
@@ -58,7 +58,7 @@ class Userwallet extends Api
|
|
|
$map['change_value'] = ['lt',0];
|
|
|
}
|
|
|
|
|
|
- $list = Db::name('user_money_log')
|
|
|
+ $list = Db::name('user_hexiaomoney_log')
|
|
|
->field('id,log_type,before,change_value,remain,remark,createtime')
|
|
|
->where($map)->order('id desc')->autopage()->select();
|
|
|
// $list = $this->list_appen_logtext($list);
|
|
@@ -66,8 +66,8 @@ class Userwallet extends Api
|
|
|
$this->success('success',$list);
|
|
|
}
|
|
|
|
|
|
- //我的余额日志
|
|
|
- public function my_fenxiaomoney_log(){
|
|
|
+ //我的分销余额日志
|
|
|
+ public function my_intromoney_log(){
|
|
|
$type = input('type',0);
|
|
|
|
|
|
$map = [
|
|
@@ -81,7 +81,7 @@ class Userwallet extends Api
|
|
|
$map['change_value'] = ['lt',0];
|
|
|
}
|
|
|
|
|
|
- $list = Db::name('user_money_log')
|
|
|
+ $list = Db::name('user_intromoney_log')
|
|
|
->field('id,log_type,before,change_value,remain,remark,createtime')
|
|
|
->where($map)->order('id desc')->autopage()->select();
|
|
|
// $list = $this->list_appen_logtext($list);
|