mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
秘钥管理改造,服务端返回sign
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package com.gitee.durcframework.easyopen.server;
|
package com.gitee.sop.adminserver;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
@@ -82,6 +82,7 @@ public class AlipayController {
|
|||||||
return story;
|
return story;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// http://localhost:2222/alipay.story.get/
|
||||||
@ApiMapping(value = "alipay.story.get")
|
@ApiMapping(value = "alipay.story.get")
|
||||||
public Story getStory() {
|
public Story getStory() {
|
||||||
Story story = new Story();
|
Story story = new Story();
|
||||||
|
Reference in New Issue
Block a user