| | |
| | | return;
|
| | | }
|
| | |
|
| | | |
| | | |
| | | |
| | | |
| | |
|
| | | //
|
| | | UserExtraTaoBaoInfo user = userExtraTaoBaoInfoService.getByUid(uid);
|
| | | if ("share".equalsIgnoreCase(source)) {
|
| | | if (user != null && !StringUtil.isNullOrEmpty(user.getRelationId()) && user.getRelationValid()) {
|
| | |
| | | return;
|
| | | }
|
| | |
|
| | | } else {
|
| | | } else if ("zigou".equalsIgnoreCase(source)) {
|
| | | if (user != null && !StringUtil.isNullOrEmpty(user.getSpecialId()) && user.getSpecialValid()) {
|
| | | out.print(JsonUtil.loadFalseResult(1, "无需授权"));
|
| | | return;
|
| | |
| | | else
|
| | | out.print(JsonUtil.loadTrue(0, data, "淘宝授权未成功,请稍后再试"));
|
| | | }
|
| | | |
| | | }
|
| | |
|
| | |
|
| | |
|
| | |
|