微现场IM互动
标题:
四、中英翻译、歌词、藏头诗、智能聊天
[打印本页]
作者:
eoiioe
时间:
2014-2-2 13:48
标题:
四、中英翻译、歌词、藏头诗、智能聊天
中英翻译、歌词、藏头诗、智能聊天
7 \7 H% l* t' S7 k
此章接口都来源于:
http://api.ajaxsns.com/
,感谢作者的无私奉献。
2 O6 N% ]. W- G$ X
" T( h: ~( _1 M- d
先看效果图
' w% N- Q N+ s& b4 y6 U: T
" }* e' ?# l, e5 i- Z0 U P( f
登录/注册后可看大图
3 ~+ [2 D! a+ G3 ?
, ~7 B2 P( L: }8 q8 w4 i
登录/注册后可看大图
/ r& u: w, I! M# K6 w1 I* O
# m# J2 l0 h. Z
登录/注册后可看大图
( c/ [8 A3 V! w0 k% G
- S1 w* k( C+ G1 F# R0 R- Q5 w
代码如下:
9 D( G# j( b& ]7 V
: p8 S9 `5 i/ R6 W0 z2 N
1、共同方法
private
function
_ajaxsns_comm
(
$msg
){
$param
=
array
(
"key"
=>
"free"
,
"appid"
=>
"0"
,
"msg"
=>
"$msg"
);
$datas
=
http
(
"http://api.ajaxsns.com/api.php"
,
$param
);
$json
=
json_decode
(
$datas
);
if
(
$json
->
result
==
0
){
$content
=
str_replace
(
"{br}"
,
"\n"
,
$json
->
content
);
}
else
{
$content
=
"从前有座山,山上有座庙,庙里有个小和尚,-^-,连接出错,请稍后再试,^_^."
;
}
$content
.=
"\n\n小助手:回复 @ 进入主界面"
;
return
array
(
$content
,
"text"
);
}
! q6 R6 A2 q( I9 c8 V; ]+ B9 P3 d
复制代码
# o0 Z! a1 {/ c
/ U; T0 o" c) B! F+ [) T4 E
2、其他实现
//中英互译
private
function
get_translate
(
$find_name
){
return
$this
->
_ajaxsns_comm
(
"翻译"
.
$find_name
);
}
//歌词
private
function
get_lyric
(
$find_name
){
return
$this
->
_ajaxsns_comm
(
"歌词"
.
$find_name
);
}
//藏头诗
private
function
get_poem
(
$find_name
){
return
$this
->
_ajaxsns_comm
(
"藏头诗"
.
$find_name
);
}
//智能多天
private
function
get_chat
(
$find_name
){
return
$this
->
_ajaxsns_comm
(
$find_name
);
}
2 r( |9 t; }, C3 X4 [$ u, j; f
: l3 l/ t o3 E1 H r
欢迎光临 微现场IM互动 (https://www.qnwall.com/)
Powered by Discuz! X3.4