|
@@ -22,7 +22,7 @@ class Login extends Base
|
|
|
*/
|
|
|
public function weChatLogin(){
|
|
|
$code = input('code');
|
|
|
- $headimg = input('headimg','https://gaoyixia2.oss-cn-shanghai.aliyuncs.com/5e48b5b47f8f0770/55fdfd184a2b4c55.jpg');
|
|
|
+ $headimg = input('headimg','https://chaoting-washing.oss-cn-zhangjiakou.aliyuncs.com/338faa15cdba9be4/a873702d31e7ac1f.png');
|
|
|
$name = input('name');
|
|
|
if(empty($code) ) $this->error('参数错误');
|
|
|
$app = Factory::miniProgram(config('app.mini_program'));
|