@@ -68,7 +68,7 @@ class Timedtask
* @method GET
*/
public function SecondaryancelGoodsOrder(){
- $CancelTime = getCancelTime();
+ $CancelTime = getConfigValue('secondary_cancel_time');
if ($CancelTime<=0){
die;
}