|
@@ -34,7 +34,7 @@ class General extends Base
|
|
|
$phone = input('post.phone');
|
|
|
if(empty($phone)) $this ->error('参数错误');
|
|
|
$code = rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9).rand(0,9);
|
|
|
- AlibabaCloud::accessKeyClient('LTAI5tKnhba7CnSMAouhSvyJ', 'jpkVeY8aoAGjtJgWqaG61YzvRyg5Ur')
|
|
|
+ AlibabaCloud::accessKeyClient('LTAI5tBXvrwQybX23Uuj3K2G', 'sG2ZZeiB22CTG0I93fdEfNC8WK9nEV')
|
|
|
->regionId('cn-hangzhou')->asDefaultClient();
|
|
|
try {
|
|
|
$result = AlibabaCloud::rpc()
|