|
|
@ -156,7 +156,7 @@ public class HighUserController { |
|
|
|
@ApiOperation(value = "请求会员体系") |
|
|
|
@ApiOperation(value = "请求会员体系") |
|
|
|
public ResponseData TCheckEMsgUnionCardVipRights(@RequestParam(name = "phone", required = true) String phone) { |
|
|
|
public ResponseData TCheckEMsgUnionCardVipRights(@RequestParam(name = "phone", required = true) String phone) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
JSONObject consumptionRecord = HuiLianTongUnionCardConfig.TCheckEMsgUnionCardVipRights(phone); |
|
|
|
JSONObject consumptionRecord = HuiLianTongUnionCardConfig.checkEMsgUnionCardVipRights(phone); |
|
|
|
JSONObject cardInfoObject = HuiLianTongUnionCardConfig.resolveResponseMembership(consumptionRecord.getString("data")); |
|
|
|
JSONObject cardInfoObject = HuiLianTongUnionCardConfig.resolveResponseMembership(consumptionRecord.getString("data")); |
|
|
|
return ResponseMsgUtil.success(cardInfoObject); |
|
|
|
return ResponseMsgUtil.success(cardInfoObject); |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|