MCPcopy Create free account
hub / github.com/diyhi/bbs / isAmount

Method isAmount

src/main/java/cms/utils/Verification.java:160–165  ·  view source on GitHub ↗

校验金额类型 @param param 参数 @return

(String param)

Source from the content-addressed store, hash-verified

158 * @return
159 */
160 public static boolean isAmount(String param){
161 if (AMOUNT.matcher(param).matches()) {
162 return true;
163 }
164 return false;
165 }
166 /**
167 * 校验折扣类型
168 * @param param 参数

Callers 4

parseTopicHeatFactorMethod · 0.95
correctionHiddenTagMethod · 0.95
addMembershipCardMethod · 0.95
editMembershipCardMethod · 0.95

Calls 1

matchesMethod · 0.65

Tested by

no test coverage detected