This commit is contained in:
luofei 2024-03-18 17:59:00 +08:00
commit 4bbc1bc827
2 changed files with 1 additions and 8 deletions

View File

@ -93,7 +93,7 @@ class Order extends BaseController
$groupOrder = $groupOrderRepository->detailOne((int)$id, false);
$groupOrder->order_extend=$data['img'];
// $this->repository->dealChangeStatus($data['img'],$id);
$res=$this->repository->financialVoucher($groupOrder);
$res=$this->repository->paySuccess($groupOrder);
if($res){
return app('json')->success('更新成功');
}else{

View File

@ -1003,13 +1003,6 @@ class Auth extends BaseController
} elseif (strpos($agent, 'android') !== false) {
// 检查是否为Android设备
$appInfo = Db::name('AppUpdate')->where('type', $type)->order('id','desc')->find();
if($agent == 'ios'){
$pattern = '/\.wgt$/i';
if (preg_match($pattern, basename($appInfo['dow_url']))) {
$appInfo =[];
}
}
} else {
$appInfo=[];
// 如果都不是,则输出其他