作者 郭文星

123

... ... @@ -154,8 +154,8 @@ if (!function_exists('getOrderSn')) {
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
function SendMessage($order_id){
$order=\think\Db::name("order")->find($order_id);
function SendMessage($order_id){
$order=\think\Db::name("order")->find($order_id);
$wxxcxpush=new WxxcxPush();
$user=new User();
$user=$user->find($order['user_id']);
... ...
... ... @@ -299,7 +299,7 @@ class Car extends Base
*/
public function switching_driver()
{
$res = Db::name("driver")->where("user_id", $this->auth->id)->find();
$res = Db::name("driver")->where("user_id", 37)->find();
$car = Db::name("car")->where("driver_id", $res['id'])->find();
if ($car) {
//本月收入
... ...
2024-04-02 17:59:05《117》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 660bd6ea-622ec5d0-43cc7fb2\"}"
2024-04-02 18:00:07《117》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 660bd727-39dc0f13-306b3b82\"}"
2024-04-15 15:24:09《117》"{\"errcode\":43101,\"errmsg\":\"user refuse to accept the msg rid: 661cd619-364b9ebc-754d7dac\"}"
... ...