处理方式切换
This commit is contained in:
parent
02d4a29974
commit
5531bb8022
@ -95,7 +95,7 @@ class UserRechargeController extends BaseAdminController
|
||||
|
||||
public function refund()
|
||||
{
|
||||
$params = (new UserRechargeValidate())->goCheck('refund');
|
||||
$params = (new UserRechargeValidate())->post()->goCheck('refund');
|
||||
$detail = UserRecharge::where('id',$params['id'])->findOrEmpty();
|
||||
if(empty($detail)){
|
||||
return $this->fail('无该充值订单请检查');
|
||||
@ -114,6 +114,10 @@ class UserRechargeController extends BaseAdminController
|
||||
}
|
||||
|
||||
//支付宝
|
||||
if($detail['recharge_type'] == 'ALI_INDUSTRYMEMBERS'){
|
||||
|
||||
}
|
||||
|
||||
return $this->success();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user