XinBa

Results 2 issues of XinBa

之前被修改后,'msg’ 要加 json_encode,这没有什么意义 'msg'=> json_encode(['msgtype'=> "text", 'text'=>['content'=> '测试 ']]) 如果用 postJson,则直接写, 这样更合理 'msg'=>['msgtype'=> "text", 'text'=>['content'=> '测试 ']] #40 #79

Version 3.x