新增腾讯im。

This commit is contained in:
2023-03-09 16:01:03 +08:00
parent e1a015e960
commit 0850d6e3f3
19 changed files with 1265 additions and 46 deletions
+1
View File
@@ -25,6 +25,7 @@ class Auth
"/area/county" => "get", // 获取区县信息
"/callback/wxpay/inquiry/success" => "post", // 微信支付回调
"/callback/wxpay/inquiry/refund" => "post", // 微信退款回调
"/callback/im" => "post", // im回调
"/testpay" => "get", // 测试
];
}