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