|
|
|
@@ -123,7 +123,7 @@ public class HaiKangWeiShiV2Util { |
|
|
|
params.put("deductContent", cashValue*60); |
|
|
|
}else { |
|
|
|
params.put("couponType", 1); |
|
|
|
params.put("deductContent", 4); |
|
|
|
params.put("deductContent", cashValue*100); |
|
|
|
} |
|
|
|
params.put("startTime", startTime); |
|
|
|
params.put("endTime", endTime); |
|
|
|
@@ -139,7 +139,7 @@ public class HaiKangWeiShiV2Util { |
|
|
|
String message = result.getString("msg"); |
|
|
|
throw new MallinkException(ErrorCode.SYS_SERVER_ERROR.getCode(), "haikangv2 useCoupon error.["+code+"]"+message); |
|
|
|
} |
|
|
|
return result.getJSONObject("data"); |
|
|
|
return result; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|