@@ -149,7 +149,7 @@ public class AliSms {
log.info("AliSms.checkSmsCode?phone={}&appType={}&businessType={}&code={}", phone, appType, businessType, code);
try {
// 构建Redis key,与sendSms方法中的key格式保持一致
- String appTypeStr = appType == 0 ? "user" : "store";
+ String appTypeStr = appType == 0 ? "user" : (appType == 1 ? "store" : "store_platform");
String businessTypeStr;
switch (businessType) {
case 0: