修正验证吗

This commit is contained in:
2023-03-22 15:15:33 +08:00
parent 563e5ca7ba
commit 26fc5f5e62
12 changed files with 326 additions and 59 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class LogSms extends Model
* @param array $data
* @return \Hyperf\Database\Model\Model|LogSms
*/
public static function addCodeLog(array $data): \Hyperf\Database\Model\Model|LogSms
public static function LogSms(array $data): \Hyperf\Database\Model\Model|LogSms
{
return self::create($data);
}