作者 anyv
1 个管道 的构建 通过 耗费 0 秒

提现

@@ -110,7 +110,7 @@ class WithdrawalController extends AdminBaseController{ @@ -110,7 +110,7 @@ class WithdrawalController extends AdminBaseController{
110 public function withd_through(){ 110 public function withd_through(){
111 111
112 $money_expend = Db::name('money_expend') -> where('id',$_POST['id']) -> find(); 112 $money_expend = Db::name('money_expend') -> where('id',$_POST['id']) -> find();
113 - $third_party = Db::name('third_party') -> where('user_id',$money_expend['uid']) -> find(); 113 + $third_party = Db::name('third_party_user') -> where('user_id',$money_expend['uid']) -> find();
114 $result = $this -> merchantPay($third_party['openid'],'',$money_expend['money'],'企业付款'); 114 $result = $this -> merchantPay($third_party['openid'],'',$money_expend['money'],'企业付款');
115 dump($result);die; 115 dump($result);die;
116 } 116 }