为保证微信小程序审核通过修改2
This commit is contained in:
parent
576b1cbeb5
commit
9d9de20948
|
|
@ -316,6 +316,7 @@ class Msginformation extends Base{
|
||||||
'page_num'=>$this->page_num,
|
'page_num'=>$this->page_num,
|
||||||
'content_data'=>[]
|
'content_data'=>[]
|
||||||
];
|
];
|
||||||
|
return $this->msg($return_result);
|
||||||
if($data['type'] != 0){
|
if($data['type'] != 0){
|
||||||
$type_str = " AND type LIKE '%".$data['type']."%'";
|
$type_str = " AND type LIKE '%".$data['type']."%'";
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue