Browse Source

配送通知

master
lanzu_qinsheng 5 years ago
parent
commit
61d15c3234
  1. 1
      app/Admin/Forms/SelectHorseman.php

1
app/Admin/Forms/SelectHorseman.php

@ -42,6 +42,7 @@ class SelectHorseman extends Form
$ssdb->set("horseman_coordinate_{$hid}",$coordinate); $ssdb->set("horseman_coordinate_{$hid}",$coordinate);
//>>2.配送开始后,给用户发送消息通知 //>>2.配送开始后,给用户发送消息通知
Rpc::onlineDeliveryStart($row->global_order_id); Rpc::onlineDeliveryStart($row->global_order_id);
return $this->success('操作成功',"order?page={$current_page}"); return $this->success('操作成功',"order?page={$current_page}");
}else{ }else{
return $this->error('操作失败'); return $this->error('操作失败');

Loading…
Cancel
Save