Update scf.php
parent
86add8bd4c
commit
57e0e1a64b
|
@ -466,7 +466,7 @@ function updateProgram($function_name, $Region, $Namespace, $SecretId, $SecretKe
|
||||||
$meth = 'POST';
|
$meth = 'POST';
|
||||||
$host = 'scf.tencentcloudapi.com';
|
$host = 'scf.tencentcloudapi.com';
|
||||||
$tmpdata['Action'] = 'UpdateFunctionCode';
|
$tmpdata['Action'] = 'UpdateFunctionCode';
|
||||||
$tmpdata['Code.GitUrl'] = 'https://github.com/qkqpttgf/OneManager-php';
|
$tmpdata['Code.GitUrl'] = 'https://github.com/BingoKingo/Tfo';
|
||||||
$tmpdata['CodeSource'] = 'Git';
|
$tmpdata['CodeSource'] = 'Git';
|
||||||
$tmpdata['FunctionName'] = $function_name;
|
$tmpdata['FunctionName'] = $function_name;
|
||||||
$tmpdata['Handler'] = 'index.main_handler';
|
$tmpdata['Handler'] = 'index.main_handler';
|
||||||
|
|
Loading…
Reference in New Issue