This commit is contained in:
2025-10-14 09:48:33 +08:00
parent d268c69ade
commit 8aed3e5aac
7 changed files with 395 additions and 316 deletions

View File

@@ -2,7 +2,6 @@
namespace app\common\model;
use ba\Random;
use think\Model;
/**
@@ -10,5 +9,5 @@ use think\Model;
*/
class MqLog extends Model
{
protected $prefix = 'tb_';
}

View File

@@ -9,5 +9,4 @@ use think\Model;
*/
class OrderInfo extends Model
{
}

View File

@@ -15,5 +15,5 @@ class RabbitMqConfig extends Model
public static $user = 'chaozg';
public static $password = 'chaozg123';
public static $queue_t = 'prod';
public static $queue_t = 'dev';
}