Update scf.php

pull/216/head
BingoKingo 2020-02-24 15:55:10 +08:00 committed by GitHub
parent 86add8bd4c
commit 57e0e1a64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ function updateProgram($function_name, $Region, $Namespace, $SecretId, $SecretKe
$meth = 'POST';
$host = 'scf.tencentcloudapi.com';
$tmpdata['Action'] = 'UpdateFunctionCode';
$tmpdata['Code.GitUrl'] = 'https://github.com/qkqpttgf/OneManager-php';
$tmpdata['Code.GitUrl'] = 'https://github.com/BingoKingo/Tfo';
$tmpdata['CodeSource'] = 'Git';
$tmpdata['FunctionName'] = $function_name;
$tmpdata['Handler'] = 'index.main_handler';