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

提现

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