Files
edu/_tmp_call_save_learning.php
T

13 lines
280 B
PHP

<?php
session_start();
$_SESSION['ss_mb_id'] = 'U001';
$_POST = [
'content_id' => '20260316-069',
'watch_tm' => '33',
'content_tm' => '120',
'all_tm' => '33',
'completed' => '0',
'is_watching' => 'Y',
];
include __DIR__ . '/edu/bbs/api/save_learning.php';