Accept Merge Request #124: (feature/hant -> develop)

Merge Request: 开启短信

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/124?initial=true
This commit is contained in:
todayswind 2025-06-08 12:12:52 +08:00 committed by Coding
commit cb2532f611

View File

@ -98,7 +98,7 @@ class Alisms
'content' => $params['TemplateParam'],
'template_id' => $params['TemplateCode'],
]);
return true;
// return true;
$params['Signature'] = $this->_signed($params);
$response = $this->_curl($params);
if ($response !== false) {