...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|