作者 Cool
1 个管道 的构建 通过 耗费 1 秒

订单聊天图片消息处理

... ... @@ -201,7 +201,7 @@ class Index extends Frontend
break;
case 'RC:ImgMsg':
$type = 2;
$image = $content['imageUri'];
$image = str_replace("&","&",$content['imageUri']);
break;
case 'RC:ImgTextMsg':
$type = 3;
... ...