Bladeren bron

custom_send_msgs model新增custom_type字段

lh 3 jaren geleden
bovenliggende
commit
b9f4c18fec
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      app/Modules/OfficialAccount/Models/CustomSendMsgs.php

+ 2 - 2
app/Modules/OfficialAccount/Models/CustomSendMsgs.php

@@ -7,11 +7,11 @@ use DB;
 
 class CustomSendMsgs extends Model
 {
-	protected $connection = 'api_mysql';
+	protected $connection = 'api_mysql';
 	
     protected $tables = 'custom_send_msgs';
 
-    protected $fillable = ['task_id', 'user_num', 'appid', 'name', 'send_time', 'content', 'redirect_url', 'status', 'distribution_channel_id', 'subscribe_time', 'sex', 'balance', 'order_type', 'category_id', 'del_flag', 'is_full_send', 'trusteeship', 'batch_no', 'is_show_list', 'description', 'book_name', 'chapter_name', 'is_activity'];
+    protected $fillable = ['task_id', 'user_num', 'appid', 'name', 'send_time', 'content', 'redirect_url', 'status', 'distribution_channel_id', 'subscribe_time', 'sex', 'balance', 'order_type', 'category_id', 'del_flag', 'is_full_send', 'trusteeship', 'batch_no', 'is_show_list', 'description', 'book_name', 'chapter_name', 'is_activity', 'custom_type'];
 
 
     /**