作者 王晓刚
1 个管道 的构建 通过 耗费 5 秒

部署到线上

... ... @@ -255,4 +255,7 @@ return [
'cmf_default_theme' => 'simpleboot3',
'cmf_admin_theme_path' => 'themes/admin/',
'cmf_admin_default_theme' => 'simpleboot3',
//小程序配置
'app_id' => 'wx6149ccc056174103',
'app_secret' => 'bef1c788d8e30a9a7ad71db6dfb25813',
];
... ...
... ... @@ -82,7 +82,7 @@ class MemberCenterController extends RestBaseController
* @param name:photo type:str require:1 other: desc:照片
*/
public function submit_form(){
$user_id = 1;//$this->getUserId();
$user_id = $this->getUserId();
$param = $this->request->param();
$validate = new Validate([
'name' => 'require',
... ...
... ... @@ -15,8 +15,8 @@ return [
/**
* 账号基本信息,请从微信公众平台/开放平台获取
*/
'app_id' => 'wxb4238fbc5c39db5d', // AppID
'secret' => '9d95998ab1a23374c7235a30b53f3a3c', // AppSecret
'app_id' => 'wx6149ccc056174103', // AppID
'secret' => 'bef1c788d8e30a9a7ad71db6dfb25813', // AppSecret
'token' => 'bronet', // Token
'aes_key' => 'qblu4O3peCTWjLLEqKqLjQhJNNeCTi2se2EPeVARsbk', // EncodingAESKey,安全模式下请一定要填写!!!
/**
... ...