微信接口开发
This commit is contained in:
parent
8511939835
commit
96e6135bb8
@ -522,7 +522,7 @@ public class WechatAppletController extends BaseController {
|
|||||||
return AjaxResult.success(iSysRecipesService.selectSysRecipesByRecipesId(planId));
|
return AjaxResult.success(iSysRecipesService.selectSysRecipesByRecipesId(planId));
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/server")
|
@GetMapping("/authServer")
|
||||||
public String authServer(@RequestParam String signature, @RequestParam String timestamp, @RequestParam String nonce, @RequestParam String echostr) {
|
public String authServer(@RequestParam String signature, @RequestParam String timestamp, @RequestParam String nonce, @RequestParam String echostr) {
|
||||||
return "success";
|
return "success";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user