generated from root/miduo_server
安久登陆
parent
2bdc94d016
commit
4411ef41b1
|
|
@ -6,7 +6,6 @@ import com.ljsd.redis.RedisKey;
|
|||
import com.ljsd.service.*;
|
||||
import com.ljsd.util.AppConstans;
|
||||
import com.ljsd.util.BaseGlobal;
|
||||
import com.ljsd.util.MD5Util;
|
||||
import com.mongodb.BasicDBObject;
|
||||
import com.mongodb.DBObject;
|
||||
import org.slf4j.Logger;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ public class AnJiuVerifyService extends AbstractVerifyService {
|
|||
//正式服appId
|
||||
VerifyParams params = new VerifyParams();
|
||||
params.setProductCode(appId);
|
||||
VerifyParams formatParam = getFormatParam(params, request, openId, token);
|
||||
VerifyParams formatParam = getFormatParam(params, request, pid, token);
|
||||
boolean result = verifyFormat(formatParam);
|
||||
if (!result) {
|
||||
response.sendError(400, "verify fail");
|
||||
|
|
|
|||
Loading…
Reference in New Issue