|
@ -187,7 +187,7 @@ public class WechatCoreController extends EnvelopRestEndpoint {
|
|
|
return strDigest;
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value ="test", method = RequestMethod.POST)
|
|
|
@RequestMapping(value ="test", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public String testProcess() throws Exception{
|
|
|
return wechatCoreService.testProcess();
|