|
@@ -72,6 +72,7 @@ class LoginService extends CrudService {
|
|
assert(qrcode, 'qrcode不能为空');
|
|
assert(qrcode, 'qrcode不能为空');
|
|
assert(openid, 'openid不能为空');
|
|
assert(openid, 'openid不能为空');
|
|
// TODO: 发布扫码成功消息
|
|
// TODO: 发布扫码成功消息
|
|
|
|
+ console.log('qrcode-->' + qrcode);
|
|
const { mq } = this.ctx;
|
|
const { mq } = this.ctx;
|
|
const ex = 'qrcode.login';
|
|
const ex = 'qrcode.login';
|
|
const parm = {
|
|
const parm = {
|