aa
This commit is contained in:
parent
65941078f3
commit
a0d6e12927
@ -211,7 +211,7 @@ class LogisticsLogic extends BaseLogic
|
||||
'create_time' => time(),
|
||||
]);
|
||||
Logistics::commit();
|
||||
return ['code'=>1, 'msg'=>'操作成功',$courierInfo];
|
||||
return ['code'=>1, 'msg'=>'操作成功','data'=>$courierInfo];
|
||||
} catch (\Exception $e) {
|
||||
Logistics::rollback();
|
||||
return ['code'=>0, 'msg'=>$e->getMessage()];
|
||||
|
Loading…
x
Reference in New Issue
Block a user