|
@@ -109,6 +109,7 @@ class Msg
|
|
|
Dever::setInput('project_id', $info['project_id']);
|
|
|
Dever::setInput('page', $info['page']);
|
|
|
$data = json_decode(base64_decode($info['content']), true);
|
|
|
+ print_r($data);die;
|
|
|
if ($data) {
|
|
|
$send = array();
|
|
|
foreach ($data as $k => $v) {
|