|
@@ -70,7 +70,7 @@ class Base
|
|
|
# 记录当前的短信信息
|
|
|
$insert = array();
|
|
|
$insert['mobile'] = $mobile;
|
|
|
- $insert['param'] = Dever::json_encode($this->config + $param);
|
|
|
+ $insert['param'] = Dever::json_encode(array('config' => $this->config, 'param' => $param));
|
|
|
$insert['result'] = Dever::json_encode($result);
|
|
|
Dever::db('sms/info')->insert($insert);
|
|
|
|