Update scf.php
parent
3fb92131eb
commit
f1053593f1
|
@ -483,7 +483,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/ldxw/OneManager-php';
|
||||
$tmpdata['CodeSource'] = 'Git';
|
||||
$tmpdata['FunctionName'] = $function_name;
|
||||
$tmpdata['Handler'] = 'index.main_handler';
|
||||
|
|
Loading…
Reference in New Issue