mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +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.runner.RunWith;
|
@@ -82,6 +82,7 @@ public class AlipayController {
|
||||
return story;
|
||||
}
|
||||
|
||||
// http://localhost:2222/alipay.story.get/
|
||||
@ApiMapping(value = "alipay.story.get")
|
||||
public Story getStory() {
|
||||
Story story = new Story();
|
||||
|
Reference in New Issue
Block a user