edit-api-send_sms
This commit is contained in:
@@ -925,7 +925,7 @@ class CusorderV2 extends Wxapp{
|
||||
$log_content = implode("<br>",$content);
|
||||
$this->orders_entity->add_log($row['id'],$this->session['uid'],$this->session['uname'],$log_content);
|
||||
$params = [
|
||||
'sid' => $row['sid'],
|
||||
'sid' => $row['sid']."({$owner_name})",
|
||||
'owner_a' => $owner_a,
|
||||
'owner_b' => $owner_b,
|
||||
];
|
||||
|
||||
@@ -504,7 +504,7 @@ class Orders_v2_entity{
|
||||
$this->ci->orders_entity->add_log($row['id'],$user_info['uid'],$user_info['uname'],$content);
|
||||
//短信通知
|
||||
$params = [
|
||||
'sid' => $row['sid'],
|
||||
'sid' => $row['sid']."({$row['owner_name']})",
|
||||
'car_a' => $old_title,
|
||||
'car_b' => $new_title,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user