@@ -46,7 +46,7 @@ func init() {
46
46
ctx .SendChain (
47
47
message .At (uid ),
48
48
message .Text ("今天你的群老婆是" ),
49
- message .Image ("http:// q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (wife , 10 )+ "&s=640" ),
49
+ message .Image ("http://q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (wife , 10 )+ "&s=640" ),
50
50
message .Text (
51
51
"\n " ,
52
52
"[" , ctx .CardOrNickName (wife ), "]" ,
@@ -61,7 +61,7 @@ func init() {
61
61
ctx .SendChain (
62
62
message .At (uid ),
63
63
message .Text ("今天你被娶了,群老公是" ),
64
- message .Image ("http:// q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (husband , 10 )+ "&s=640" ),
64
+ message .Image ("http://q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (husband , 10 )+ "&s=640" ),
65
65
message .Text (
66
66
"\n " ,
67
67
"[" , ctx .CardOrNickName (husband ), "]" ,
@@ -111,7 +111,7 @@ func init() {
111
111
ctx .SendChain (
112
112
message .At (uid ),
113
113
message .Text ("今天你的群老婆是" ),
114
- message .Image ("http:// q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (wife , 10 )+ "&s=640" ),
114
+ message .Image ("http://q4.qlogo.cn/g?b=qq&nk=" + strconv .FormatInt (wife , 10 )+ "&s=640" ),
115
115
message .Text (
116
116
"\n " ,
117
117
"[" , ctx .CardOrNickName (wife ), "]" ,
0 commit comments