Many friends have encountered the situation where Want Want cannot be displayed normally in the supply and demand column of Destoon, and click the prompt "Member name does not exist". The reason is that Want Want has changed the code of Want Want online, but Destoon has not updated it in time . At this time, you only need to modify the second paragraph of Want Want Contact in api/im.func.php:
Modify function im_ali($id, $style = 0) to the following method.
function im_ali($id, $style = 0) { return $id ? ‘<a href=”http://amos.im.alisoft.com/msg.aw?v=2&uid='.$id.'&site=cntaobao&s=6″ target=”_blank” rel=”nofollow”><img src=”http://amos.im.alisoft.com/online.aw?v=2&uid='.$id.'&site=cntaobao&s=2″ title=”点击旺旺交谈/留言” align=”absmiddle” onerror=”this.src=DTPath+\'file/image/ali-off.gif\'” onload=”if(this.width>20)this.src=SKPath+\'image/ali-off.gif\'”/></a>' : ”; }