Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 179 Bytes

01-initialize.md

File metadata and controls

12 lines (9 loc) · 179 Bytes

微信小程序模块初始化

use Zuogechengxu\Wechat\Factory;

$config = [
    'app_id' => 'xxx',
    'secret' => 'xxx',
];

$app = Factory::miniProgram($config);