Commit f88039a1 authored by youjj's avatar youjj

修改实名认证路径

parent f3006f5a
...@@ -34,8 +34,8 @@ public class CertificationController { ...@@ -34,8 +34,8 @@ public class CertificationController {
@PostMapping("/str") @PostMapping("/app/Certificate")
public ObjectRestResponse stringCertificate(@RequestBody IdInformation idInformation, HttpServletRequest request) { public ObjectRestResponse Certificate(@RequestBody IdInformation idInformation, HttpServletRequest request) {
if (idInformation == null) { if (idInformation == null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment