Commit 92b3d7e3 by 蒋勇

d

parent 4e69a74a
......@@ -136,6 +136,7 @@ class UserService extends ServiceBase {
var self = this;
//先要按照用户名,在统一账户中查找存在性
//如果不存在
console.log(UserService.consumerUrl(p.userName))
let consumer = await this.cget(UserService.consumerUrl(p.userName));
if (!consumer.data) {
return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment