新增腾讯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 -1
View File
@@ -34,7 +34,7 @@ class IdCard extends Base
$this->options["form_params"] = $this->params;
$result = $this->httpRuest->getRequest($api_url,$this->options);
$result = $this->httpRuest->postRequest($api_url,$this->options);
if (empty($result)){
return "身份证认证失败";