|
@ -41,7 +41,7 @@ public class DebugController { |
|
|
@ApiOperation(value = "/测试",notes = "") |
|
|
@ApiOperation(value = "/测试",notes = "") |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParams({ |
|
|
}) |
|
|
}) |
|
|
@RequestMapping(value="",method = RequestMethod.GET,produces = {"application/json;charset=UTF-8"}) |
|
|
@RequestMapping(value="",produces = {"application/json;charset=UTF-8"}) |
|
|
public JsonResponse getSmsCode(HttpServletRequest request) throws Exception { |
|
|
public JsonResponse getSmsCode(HttpServletRequest request) throws Exception { |
|
|
// redisUtil.set("wps_tall_appId","d12722a7d28e430c889309fa4754aaba");
|
|
|
// redisUtil.set("wps_tall_appId","d12722a7d28e430c889309fa4754aaba");
|
|
|
// redisUtil.set("wps_tall_appKey","f273e717247947ba8942a2373b6896c7");
|
|
|
// redisUtil.set("wps_tall_appKey","f273e717247947ba8942a2373b6896c7");
|
|
|