修改返回
This commit is contained in:
parent
dc1fea9a15
commit
87227e38fa
@ -142,7 +142,7 @@ class StoreOrderController extends BaseAdminController
|
||||
}
|
||||
$res = (new StoreOrderLogic())->dealSendSms($params);
|
||||
if($res){
|
||||
return $this->success('发送成功',[],1,1);
|
||||
return $this->success('发送成功',[],1,0);
|
||||
}else{
|
||||
return $this->fail('发送失败');
|
||||
}
|
||||
@ -174,7 +174,7 @@ class StoreOrderController extends BaseAdminController
|
||||
case PayEnum::PURCHASE_FUNDS:
|
||||
//采购款支付
|
||||
PayNotifyLogic::handle('purchase_funds', $order['order_id'],['uid'=>$this->request->post('uid')]);
|
||||
return $this->success('采购款支付成功',[],1,1);
|
||||
return $this->success('采购款支付成功',[],1,0);
|
||||
|
||||
case PayEnum::CASH_PAY:
|
||||
//现金支付
|
||||
|
Loading…
x
Reference in New Issue
Block a user