edit-order-send_sms2
This commit is contained in:
@@ -926,8 +926,8 @@ class CusorderV2 extends Wxapp{
|
||||
$this->orders_entity->add_log($row['id'],$this->session['uid'],$this->session['uname'],$log_content);
|
||||
$params = [
|
||||
'sid' => $row['sid'],
|
||||
'owner_a' => '',
|
||||
'owner_b' => '',
|
||||
'owner_a' => $owner_a,
|
||||
'owner_b' => $owner_b,
|
||||
];
|
||||
$this->orders_v2_entity->send_msg('SMS_241360549',$params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user