This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
fix sms interface
tags/v0.8.5^2
yk
2 years ago
parent
a4d452cfac
commit
b46ed60401
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/staff/controller/api/DmVisitorInnerApiController.java
+ 2
- 0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/staff/controller/api/DmVisitorInnerApiController.java
View File
@@ -329,6 +329,8 @@ public class DmVisitorInnerApiController extends BaseApiController {
}
}
} else {
return AjaxResult.error("请检查发送短信的配置").toJson();
}
return AjaxResult.success().toJson();
}
Write
Preview
Loading…
Cancel
Save