You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
373 B
16 lines
373 B
<?php
|
|
|
|
namespace app\auth\controller\admin;
|
|
|
|
use rongyun\User;
|
|
use think\facade\View;
|
|
|
|
class Config extends Base
|
|
{
|
|
public function config()
|
|
{
|
|
$object = new User();
|
|
$res = $object->updateUser('211111','221111','http://juchenghb1.oss-cn-qingdao.aliyuncs.com/tp/uid2/member/20210508/f6dbd5b9eeac71cb09d9a87421e3b05c_0.png');
|
|
dump($res);
|
|
}
|
|
} |